Mysql远程连接的问题 2003 - Cant connect to MySQL server on 39.107.205.74 60 Operation timed out

连接Mysql的问题时提示2003 - Can’t connect to MySQL server on ‘39.107.205.74’ (60 “Operation timed out”)

上一篇文章中,can t connect to MySQL server on ip的问题讲到的是远程连接出现的另一个问题,与本文章参考使用

2003 - Can’t connect to MySQL server on ‘39.107.205.74’ (60 “Operation timed out”)

  1. 通过google在stackoverflow.com找到了问题连接内容

  2. 此方案可以试一试

  3. 说没有安装nc

[root@iZ2zei1dx7h32u8w86iz0dZ ~]# nc -l -p 3306
-bash: nc: 未找到命令
[root@iZ2zei1dx7h32u8w86iz0dZ ~]# nc
-bash: nc: 未找到命令

  1. 使用yum快捷安装一个nc

你可能感兴趣的:(Mysql,iptables,centos,mysql)