2009年(86)
分类: Mysql/postgreSQL
2009-08-09 15:07:24
2. On Unix, MySQL programs read startup options from the following files:
Filename |
Purpose |
---|---|
/etc/my.cnf |
Global options |
DATADIR/my.cnf |
Server-specific options |
defaults-extra-file |
The file specified with --defaults-extra-file=path, if any |
~/.my.cnf |
User-specific options |
3. All MySQL programs that support option files handle the following command-line options:
--no-defaults
Don't read any option files.
--print-defaults
Print the program name and all options that it will get from option files.
--defaults-file=path_name
Use only the given option file. path_name is the full pathname to the file.
--defaults-extra-file=path_name
Read this option file after the global option file but before the user option file. path_name is the full pathname to the file.