国内最全IT社区平台 联系我们 | 收藏本站
华晨云阿里云优惠2
您当前位置:首页 > php开源 > php教程 > linux中phpMyAdmin错误提示Wrong permissions on configuration file, should no

linux中phpMyAdmin错误提示Wrong permissions on configuration file, should no

来源:程序员人生   发布时间:2013-11-17 13:15:48 阅读次数:2471次

我用的linux系统,今天使用phpmyadmin时出现Wrong permissions on configuration file,should not be world writable!错误提示,查资料一看,原来phpMyAdmin要在755权限下才能正常工作(777不行).

所以解决办法也就来了:cd到phpMyAdmin上级目录,代码如下:

chmod -R 755 phpMyAdmin

在我的linux系统用,用以下命令

chmod -R 755 /home/wwwroot/phpmyadmin 

这个问题就解决了。

生活不易,码农辛苦
如果您觉得本网站对您的学习有所帮助,可以手机扫描二维码进行捐赠
程序员人生
------分隔线----------------------------
分享到:
------分隔线----------------------------
关闭
程序员人生