造成的原因:事物回滚,主从节点不一致。 mysql> stop slave ; mysql> set GLOBAL SQL_SLAVE_SKIP_COUNTER=1; mysql> start slave ; 重启重新恢复正常。