Skip MySQL replication ERROR —
Type in mysql console :
STOP SLAVE; SET GLOBAL SQL_SLAVE_SKIP_COUNTER = 1; START SLAVE;
Or just add in my.cnf :
slave-skip-errors = 1062
Categorised as: Linux
Just another blog from admin's
Type in mysql console :
STOP SLAVE; SET GLOBAL SQL_SLAVE_SKIP_COUNTER = 1; START SLAVE;
Or just add in my.cnf :
slave-skip-errors = 1062
Categorised as: Linux
Leave a Reply
You must be logged in to post a comment.