MySQL重启报Warning: World-writable config file ‘/etc/my.cnf’ is ignored

Posted 123comcn

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了MySQL重启报Warning: World-writable config file ‘/etc/my.cnf’ is ignored相关的知识,希望对你有一定的参考价值。

  今天在关闭数据库和启动数据库时发现mysql提示 Warning: World-writable config file ‘/etc/my.cnf’ is ignored 。意思是警告:全局可写配置文件‘/usr/my.cnf“被忽略。

  查看/etc/my.cnf的权限是:-rwxrwxrwx 1 root root。权限777,任何一个用户都可以改my.cnf,存在很大的安全隐患。所以MySQL选择忽略这个配置文件。

  修复方法

chmod 644 /etc/my.cnf

  再次重启MySQL没有警告了。

 

以上是关于MySQL重启报Warning: World-writable config file ‘/etc/my.cnf’ is ignored的主要内容,如果未能解决你的问题,请参考以下文章

MySQL 重启提示超出可打开文件数限制|Buffered warning: Changed limits: max_open_files: 1024

mysql 备份报错mysqldump: [Warning] Using a password on the command line interface can be insecure.

MySQL无法重启问题解决Warning: World-writable config file ‘/etc/my.cnf’ is ignored

Linux下启动MySQL报错

ps -aux|grep mysql时候报错:Warning: bad syntax, perhaps a bogus '-'? See /usr/share/doc/procps-3

宝塔部署项目报Warning: require(): open_basedir restriction in effect的解决方案