码迷,mamicode.com
首页 > 其他好文 > 详细

msyql主从复制 Last_IO_Errno: 1042

时间:2017-05-01 20:56:41      阅读:140      评论:0      收藏:0      [点我收藏+]

标签:服务器   status   master   error   

在slave服务器上执行 show slave status\G 时的报错:

        Seconds_Behind_Master: NULL
Master_SSL_Verify_Server_Cert: No
                Last_IO_Errno: 1042
                Last_IO_Error: error connecting to master ‘rep@192.168.6.136:3306‘ - retry-time: 60  retries: 86400
               Last_SQL_Errno: 0
               Last_SQL_Error:
  Replicate_Ignore_Server_Ids:
             Master_Server_Id: 0
1 row in set (0.00 sec)


解决方法:

在master服务器上,修改my.cnf文件,在mysqld模块下加入参数:skip-name-resolve

然后重启服务器。

msyql主从复制 Last_IO_Errno: 1042

标签:服务器   status   master   error   

原文地址:http://12096733.blog.51cto.com/12086733/1920967

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!