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; 问题解决!!!!
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; 问题解决!!!!