首页 > 代码库 > 查询my.cnf文件路径

查询my.cnf文件路径

[root@master etc]#  mysqld --verbose --help | grep -A 1 ‘Default options‘

2014-04-29 01:33:45 25853 [Note] Plugin ‘FEDERATED‘ is disabled.

Default options are read from the following files in the given order:

/etc/my.cnf /etc/mysql/my.cnf /opt/mysql/etc/my.cnf ~/.my.cnf 

2014-04-29 01:33:45 25853 [Note] Binlog end

2014-04-29 01:33:45 25853 [Note] Shutting down plugin ‘CSV‘

2014-04-29 01:33:45 25853 [Note] Shutting down plugin ‘MyISAM‘

[root@master etc]#

本文出自 “专注于Oracle性能调优” 博客,请务必保留此出处http://5073392.blog.51cto.com/5063392/1531205