网站地图    收藏   

主页 > php专栏 > php应用 >

linux中phpMyAdmin错误提示Wrong permissions on configurat

来源:自学PHP网    时间:2014-11-27 22:16 作者: 阅读:

[导读] 我用的linux系统,今天使用phpmyadmin时出现Wrong permissions on configuration file,should not be world writable!错误提示,查资...

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

我用的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

这个问题就解决了。

自学PHP网专注网站建设学习,PHP程序学习,平面设计学习,以及操作系统学习

京ICP备14009008号-1@版权所有www.zixuephp.com

网站声明:本站所有视频,教程都由网友上传,站长收集和分享给大家学习使用,如由牵扯版权问题请联系站长邮箱904561283@qq.com

添加评论