mysql 主主复制(双主复制)报错Last_SQL_Errno: 1146

时间:2022-09-15 08:30:56

 

 Last_Errno: 1146
                   Last_Error: Error 'Table 'test.user' doesn't exist' on query. Default database: 'test'. Query: 'insert into user values(20,'在库')'

 

mysql> set global sql_slave_skip_counter=20;
mysql> STOP SLAVE;
mysql> START SLAVE;
问题解决!!!!