怎么处理MySQL中Warning: World-writable config file is ignored故障问题


这篇文章主要讲解了“怎么处理MySQL中Warning: World-writable config file is ignored故障问题”,文中的讲解内容简单清晰,易于学习与理解,下面请大家跟着小编的思路慢慢深入,一起来研究和学习“怎么处理MySQL中Warning: World-writable config file is ignored故障问题”吧!
故障现象:
[root@oradb mysql-5.6.27]# /app/oracle/oradata2/mysql-5.6.27/bin/mysqld_safe –defaults-file=/app/oracle/oradata2/mysql-5.6.27/my.cnf –user=mysql &
[1] 2695
[root@oradb mysql-5.6.27]# Warning: World-writable config file ‘/app/oracle/oradata2/mysql-5.6.27/my.cnf’ is ignored
Warning: World-writable config file ‘/app/oracle/oradata2/mysql-5.6.27/my.cnf’ is ignored
161008 22:07:19 mysqld_safe Logging to ‘/app/orac开发云主机域名le/oradata2/mysql-5.6.27/data/oradb.err’.
161008 22:07:19 mysqld_safe Starting mysqld daemon with databases from /app/oracle/oradata2/mysql-5.6.27/data
原因: my.cnf 文件权限为 777 MYSQLD不读取该配置文件
处理:把 my.cnf 权限改为 644, chmod 644 my.cnf
感谢各位的阅读,以上就是“怎么处理MySQL中Warning: World-writable config file is ignored故障问题”的内容了,经过本文的学习后,相信大家对怎么处理MySQL中Warning: World-writable config file is ignored故障问题这一问题有了更深刻的体会,具体使用情况还需要大家实践验证。这里是开发云,小编将为大家推送更多相关知识点的文章,欢迎关注!

相关推荐: windows 10 下mysql-8.0.17-winx64的安装方法图解

1、官网下载,并解压ht开发云主机域名tps://dev.mysql.com/downloads/mysql/下载下来之后是一个zip的压缩包文件:mysql-5.7.26-winx64.zip,然后对这个文件进行解压;解压之后,我把解压的文件放在了D:mys…

免责声明:本站发布的图片视频文字,以转载和分享为主,文章观点不代表本站立场,本站不承担相关法律责任;如果涉及侵权请联系邮箱:360163164@qq.com举报,并提供相关证据,经查实将立刻删除涉嫌侵权内容。

(0)
打赏 微信扫一扫 微信扫一扫
上一篇 06/27 21:59
下一篇 06/27 21:59

相关推荐