问题:在本地虚拟机布置的centos用来学习发现在windows下的sqlyog连接不上出现错误2003无法连接
解决方法:开放防火墙端口3306
启动firewallsystemctl start firewall
查看firewall启动情况systemctl status firewalld
开启3306端口firewll-cmd --zone=public --add-port=3306/tcp --permanent
重启firewallfirewall-cmd --reload
查看端口3306启动情况,yes表示成功开启firewall-cmd --query-port=3306/tcp
相关文章
- 07-30用Navicat连接阿里云ECS服务器上的MySQL数据库,连接不上,并且报10060错误
- 07-30远程连接centos7上的mysql错误2003
- 07-30MySQL远程连接ERROR 2003 (HY000):Can't connect to MySQL server on'XXXXX'(111) 的问题
- 07-30[转]MySQL远程连接ERROR 2003 (HY000):Can't connect to MySQL server on'XXXXX'(111) 的问题
- 07-30Ubuntu安装MySQL及使用Xshell连接MySQL出现的问题(2003-Can't connect to MySql server及1045错误)
- 07-30mysql 远程连接不上,bind-address参数配置要求,以及怎么去使得mysql能够允许远程的客户端访问
- 07-30【linux错误解决】MySQL远程连接ERROR 2003 (HY000):Can't connect to MySQL server on'XXXXX'的问题
- 07-30解决Ubuntu系统下 mysql 远程连接失败的问题 ERROR 2003 (HY000): Can't connect to MySQL server on 'xxx.xxx.xx.xx' (110)
- 07-30ubuntu上mysql服务器安装后只能本地连接不能远程连接的问题
- 07-30使用Navicat客户端远程连接mysql 报10038错误的解决办法