安装phpMyAdmin,出现这样的提示
Wrong permissions on configuration file, should not be world writable!
查资料一看,原来phpMyAdmin要在755权限下才能正常工作(777不行)。所以解决办法也就来了:
SSH,cd到phpMyAdmin上级目录,
chmod -R 755 phpMyAdmin
qunchaomin 博主文章分类:mysql ©著作权
文章标签 职场 phpmyadmin 休闲 permissions 文章分类 PHP 后端开发
安装phpMyAdmin,出现这样的提示
Wrong permissions on configuration file, should not be world writable!
查资料一看,原来phpMyAdmin要在755权限下才能正常工作(777不行)。所以解决办法也就来了:
SSH,cd到phpMyAdmin上级目录,
chmod -R 755 phpMyAdmin
上一篇:yum安装php5.2
Windows users file permissions
记录自己常遇到的phpMyAdmin报错,以及解决方案。长期更新!
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M