环境是 centos 7, mysql 5.6
已经设置了的:
1, my.cnf 中 bing-address: 0.0.0.0
2, grant all privileges on *.* to 'user'@'%' identified by 'password' with grant option; flush privileges;
3, 3306 端口已经开放了的。
已经重启 mysql 和服务器很多遍,但是依旧还是不能远程访问,请问还有什么可能性造成的呢?
已经设置了的:
1, my.cnf 中 bing-address: 0.0.0.0
2, grant all privileges on *.* to 'user'@'%' identified by 'password' with grant option; flush privileges;
3, 3306 端口已经开放了的。
已经重启 mysql 和服务器很多遍,但是依旧还是不能远程访问,请问还有什么可能性造成的呢?