[MySQL生产环境复制故障修复] Last_IO_Errno: 1045 Last_IO_Error: error connecting to master 'replication@
1 修复集群,startslave报错如下:mysql>stopslave;
QueryOK,0rowsaffected(0.10sec)
--重新设置复制参数
mysql>changemastertomaster_host='10.24.54.18',master_port=3306,master_user='replication',master_password='xxxxxx';
Que