[mysqld]
slave-skip-errors = 1062


[mysql shell command에서 아래를 실행]
SET GLOBAL SQL_SLAVE_SKIP_COUNTER=1; 

START SLAVE;