标签:
今天在服务器上访问phpMyAdmin,出现这样的提示
Wrong permissions on configuration file, should not be world writable!
查资料一看,原来phpMyAdmin要在755权限下才能正常工作(777不行)。所以解决办法也就来了:
SSH,cd到phpMyAdmin上级目录,
chmod -R 755 phpMyAdmin
OK啦!忘记了以前吧整个目录都设置成777的权限了……
Wrong permissions on configuration file, should not be world writable!
标签:
原文地址:http://www.cnblogs.com/wendyhome/p/4234469.html