解決Wrong permissions on configuration file, should not be world writable!

今天在服務器上安裝phpMyAdmin,出現這樣的提示

Wrong permissions on configuration file, should not be world writable!

查資料一看,原來phpMyAdmin要在755權限下才能正常工作(777不行)。所以解決辦法也就來了:

 

SSH,cd到phpMyAdmin上級目錄,

chmod -R 755 phpMyAdmin

OK!

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章