1、关闭selinux、配置防火墙,开启80、3306端口
1 2 3 4 5 6 7 8 9 10 11 12 13
[root@localhost ~]# cp /etc/sysconfig/iptables /etc/sysconfig/iptablesbak
[root@...
【nginx】 【php】 【服务器】 【mysql】 【yum】 【配置】 【index】 …
1、权限过大,提示配置文件不能有写的权限
I get this error when I try to access localhost/phpmyadmin: Wrong permissions on configuration file, should not be world writable! 解决办法: sudo chmod 755 /opt/lampp/phpmyadmin/config.inc.php OK,success!
2、声明:MySQL和phpMyAdmin不在同一主机
登陆时提示“无法登录MySQL服务器”。
【php】 【算法】 【服务器】 【mysql】 【加密】 …