解决Wrong permissions on configuration file, should not be world writable!
j今晚打开服务器上的phpMyAdmin,出现这样的提示
Wrong permissions on configuration file, should not be world writable!
查资料一看,原来phpMyAdmin要在755权限下才能正常工作(777不行)。所以解决办法也就来了: SSH,cd到phpMyAdmin上级目录,
chmod -R 755 phpMyAdmin
OK! 原文链接:http://blog.163.com/yoyi_chen/blog/static/19303118920118510847479/