系统Centos7, lnmp.org的集成环境 firewall没有运行
mysql权限,iptables都弄了,已重启,刷新授权
报错:
Mysql user:
Iptables:
还有哪些因素影响?
新增处理:
1、修改mysql配置文件
vi /etc/my.cnf
[mysqld]段加skip-name-resolve
2、修改hosts.allow
vi /etc/hosts.allow
mysqld : ALL : ALLOW
mysqld-max : ALL :ALLOW
还是没有解决
试试好用不.
vi /etc/hosts.allow
mysqld : ALL : ALLOW
mysqld-max : ALL :ALLOW