mysql 查询读取配置的优先级
作者:互联网
mysql所在linux服务器执行
/usr/bin/mysql --verbose --help | grep -A 1 'Default optio'
输出:
Default options are read from the following files in the given order:
/etc/my.cnf /etc/mysql/my.cnf /usr/etc/my.cnf ~/.my.cnf
得知 优先取 /etc/my.cnf 如果没有 再取后面的
所以我们要修改mysql配置的时候 需要需改/etc/my.cnf
标签:优先级,读取,Default,cnf,etc,usr,mysql,my 来源: https://www.cnblogs.com/loveCrane/p/16466356.html