MySQL Option Files Read on Unix and Unix-Like Systems
Option Files Read on Unix and Unix-Like Systems
| File Name | Purpose |
|---|---|
/etc/my.cnf | Global options |
/etc/mysql/my.cnf | Global options |
| Global options |
$MYSQL_HOME/my.cnf | Server-specific options (server only) |
defaults-extra-file | The file specified with --defaults-extra-file, if any |
~/.my.cnf | User-specific options |
~/.mylogin.cnf | User-specific login path options (clients only) |
Comments
Post a Comment