MySQL無法重啟報錯Warning: World-writable config file ‘/etc/my.cnf’ is ignored的解決方案_Mysql

來源:互聯網
上載者:User

問題分析

在關閉資料庫的命令發現mysql關不了,提示Warning: World-writable config file '/etc/my.cnf' is ignored ,大概意思是許可權全域可寫,任何一個使用者都可以寫。mysql擔心這種檔案被其他使用者惡意修改,所以忽略掉這個設定檔。這樣mysql無法關閉。

下面看下整個過程

重啟MySQL

[root@ttlsa ~]# service mysqld stopWarning: World-writable config file '/etc/my.cnf' is ignoredWarning: World-writable config file '/etc/my.cnf' is ignoredMySQL manager or server PID file could not be found![FAILED]

可以看到mysql停止不了

查看my.cnf的許可權

[root@ttlsa ~]# ls -l /etc/my.cnf-rwxrwxrwx 1 root root 4878 Jul 30 11:31 /etc/my.cnf

許可權777,任何一個使用者都可以改my.cnf,存在很大的安全隱患.

修複MySQL問題

[root@ttlsa ~]# chmod 644 /etc/my.cnf

my.cnf設定為使用者可讀寫,其他使用者不可寫.

關閉MySQL

[root@ttlsa ~]# service mysqld stopShutting down MySQL..[ OK ]

MySQL關閉成功. 問題很簡單

總結

以上就是這篇文章的全部內容了,希望本文的內容對大家的學習或者工作能帶來一定的協助,如果有疑問大家可以留言交流。

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.