首页 > 开发 > Php > 正文

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

2020-06-09 12:53:46
字体:
来源:转载
供稿:网友

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

这个问题就解决了。

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表