一聚教程网:一个值得你收藏的教程网站

热门教程

linux中phpMyAdmin错误提示Wrong permissions on configuration file, should not be world writable

时间:2022-06-24 23:43:24 编辑:袖梨 来源:一聚教程网

查资料一看,原来phpMyAdmin要在755权限下才能正常工作(777不行)。

所以解决办法也就来了:

cd到phpMyAdmin上级目录,

 代码如下 复制代码

chmod -R 755 phpMyAdmin

在我的linux系统用

用以下命令

 代码如下 复制代码
chmod -R 755 /home/wwwroot/phpmyadmin

这个问题就解决了。

热门栏目