您的位置:首页 > 运维架构 > Nginx

nginx 错误提示 Wrong permissions on configuration file, should not be

2013-09-05 20:19 579 查看
nginx 错误提示 Wrong permissions on configuration file, should not be world writable! 解决办法,有需要的朋友可参考本文章。
在网页形式下浏览数据库时
出现错误:Wrong permissions on configuration file, should not be world writable!
其实这个错误是mysql数据库的权限设置成了777所造成的
解决办法
把数据库的根目录权限重新设置成755即可
比如数据库 phpMyAdmin的存放目录是:/opt/ppt/phpMyAdmin
则可以进行如下的操作:chmod -R 755 phpMyAdmin,这样重新设置后就可以了:-)
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐