当前位置:首页 > 操作系统 > Linux

linux中phpMyAdmin错误提示Wrongpermissionsonconfigurationfile,_PHP教程

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

这个问题就解决了。

www.bkjia.comtruehttp://www.bkjia.com/PHPjc/632180.htmlTechArticle我用的linux系统,今天使用phpmyadmin时出现Wrong permissions on configuration file, should not be world writable!错误提示, 查资料一看,原来phpMyAdmin要在7...


【说明】本文章由站长整理发布,文章内容不代表本站观点,如文中有侵权行为,请与本站客服联系(QQ:254677821)!

相关教程推荐

其他课程推荐