重庆思庄Oracle、Redhat认证学习论坛

标题: mysql配置文件查找顺序 [打印本页]

作者: 郑全    时间: 2014-11-20 17:58
标题: mysql配置文件查找顺序

 

 

mysql启动,使用配置文件的顺序,可以通过帮助中查找,具体为:

 

[root@dbserver]# mysqld --help --verbose 2>/dev/null|grep -A1 "Default option"

结果:
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

/etc/mysql/my.cnf

/usr/etc/my.cnf

~/.my.cnf

 

 

 






欢迎光临 重庆思庄Oracle、Redhat认证学习论坛 (http://bbs.cqsztech.com/) Powered by Discuz! X3.2