php技术博客
让天下没有搞不定的bug~

解决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啦!忘记了以前吧整个目录都设置成777的权限了……

赞(0)
未经允许不得转载:PHP技术博客 » 解决Wrong permissions on configuration file, should not be world writable!