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
 

发表评论

邮箱地址不会被公开。 必填项已用*标注