首页 > 数据库 > MySQL > 正文

mysql5.1master-master replication cluster1062不同步错误

2024-07-24 12:35:13
字体:
来源:转载
供稿:网友
  mysql 5.1 master-master replication cluster 1062 不同步错误
  在从库上报 1062错误, master - slave replication 停止。
  开始 使用   SET GLOBAL SQL_SLAVE_SKIP_COUNTER = N  跳过若干 有重复的数据, 主键等。
  最后发现数据太多, 重新 将主库数据库 导入到从库 。
  
  检查:
  show slave status /G
 
  Seconds_Behind_Master: 0
  Slave_IO_Running: Yes
  Slave_SQL_Running: Yes
 
  这三个值。
 
  查询:
  Exec_Master_Log_Pos Slave_SQL_Running_State, Last_Errno, Last_Error, Last_IO_Errno, Last_IO_Error, Last_SQL_Errno, Last_SQL_Error 看着几个值。

(编辑:武林网)

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表