mysql启动warning: World-writable config file
                                                            生活随笔
收集整理的這篇文章主要介紹了
                                mysql启动warning: World-writable config file
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.                        
                                如果在啟動warning: World-writable config file /home/mysql/my.cnf is ignored
原因:my.cnf的讀取權限進行了設置,不允許World-writable(字面意思是全世界都可讀寫)
解決方法:
sudo chmod 644 /home/mysql/my.cnf
總結
以上是生活随笔為你收集整理的mysql启动warning: World-writable config file的全部內容,希望文章能夠幫你解決所遇到的問題。
 
                            
                        - 上一篇: Linux下判断字符串长度
- 下一篇: 中国量子通信再获突破,潘建伟团队完成人类
