当前位置:首页 > 数据库 > 正文

centos7下查看mysql配置文件适用顺序

2024-03-31 数据库

mysql --help|grep 'my.cnf'

[[email protected] ~]# mysql --help|grep 'my.cnf'
                      order of preference, my.cnf, $MYSQL_TCP_PORT,
/etc/mysql/my.cnf /etc/my.cnf ~/.my.cnf 

mysql默认会搜寻my.cnf的目录,顺序排前的优先。

阿里云服务器mysql配置文件生效位置

/etc/my.cnf

参考

https://blog.csdn.net/qq_22227087/article/details/80946894

温馨提示: 本文由Jm博客推荐,转载请保留链接: https://www.jmwww.net/SQL/12223.html