虚拟机里面做了个主从:

但是IO现成一直不能跟主库上的dump现成通信,

Slave_IO_Running: No

Last_IO_Error: error connecting to master '[email protected]:3306' - retry-time: 5  retries: 86400

发现两台主机ping是通的。

但是在从库主机上执行telnet显示:

[root@localhost ~]# telnet 192.168.91.128 3306
Trying 192.168.91.128...
telnet: connect to address 192.168.91.128: No route to host

  

清除一下主库主机上的iptables规则

iptables -F

  

从库跳过一个错误,然后从新打开就OK了。

05-26 20:59