7-1 打开phpMyAdmin提示 配置文件权限错误,不应任何用户都能修改

7-1 打开phpMyAdmin提示 配置文件权限错误,不应任何用户都能修改

原因phpMyAdmin目录权限过高,设置了777访问权限

7-2 解决办法

1
2
cd /home/wwwroot/default/
sudo chmod -R 755 phpmyadmin

7-3 重启sshd服务

1
systemctl restart sshd.service

Leave a Reply

Your email address will not be published. Required fields are marked *