Mysql 查看默认配置文件路径

@liubb  August 1, 2018

➜ ~ /usr/local/bin/mysqld --verbose --help |grep -A 1 'Default options'

Default options are read from the following files in the given order:
/etc/my.cnf /etc/mysql/my.cnf /usr/local/etc/my.cnf ~/.my.cnf


添加新评论