灰儿 发表于 2013-5-2 14:36:14

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

今天在ubuntu 12.04 server 上装好phpmyadmin打开后出现下面的提示:

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

原因是phpmyadmin目录权限设置的问题,如果你把phpmyadmin的所有文件chmod 777就会出现这个提示.
解决方法:chmod -R 755 phpmyadmin
原来是phpmyadmin权限为777,要把所有文件的组和其他用户的写权限全部去掉才行,将权限改为755后一切正常。

页: [1]
查看完整版本: Wrong permissions on configuration file, should not be world writable!