我有两个子网:1个私有,1个公共
公众包含一个Ubuntu网络服务器。 私有包含仅使用MySQL的Redhat企业(端口3306,22打开)
我能够{Untntu ssh
然后从Ubuntu ssh
再到Redhat。但我不能从Ubuntu将MySQL转换为Redhat。它给了我:
ERROR 2003 (HY000): Can't connect to MySQL server on '10.x.x.x.x' (113)
此问题在我创建实例的图像并在VPC中创建后开始。
答案 0 :(得分:0)
确保在redhat上检查iptables。当我重新启动redhat时,它启动了iptables并阻止我访问mysql。