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

前端之家收集整理的这篇文章主要介绍了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相关文章