Wrong permissions on configuration file, should not be world writable


进入phpMyAdmin页面时显示:Wrong permissions on configuration file, should not be world writable
 

这是phpmyadmin目录权限设置的问题,如果你把phpmyadmin的所有文件chmod 777就会出现这个提示了

解决方法:只要修改文件属性就可以了,phpmyadmin要运行在755权限下
 
# chmod 755 phpmyadmin