MySQL配置文件生效顺序

1)配置文件都有哪些

/etc/my.cnf
/etc/mysql/my.cnf
$basedir/my.cnf
~/.my.cnf

2)配置文件的读取顺序

/etc/my.cnf
/etc/mysql/my.cnf
$basedir/my.cnf
~/.my.cnf

3)配置文件生效顺序

~/.my.cnf
$basedir/my.cnf
/etc/mysql/my.cnf
/etc/my.cnf

 

posted @ 2020-10-25 19:59  六月OvO  阅读(173)  评论(0编辑  收藏  举报