I found out that I can set skip-errors=1062
in the my.cnf
but I need to know what happens to the row when the error happens. Does it get silently dropped? Or is that config option the equivalent to STOP SLAVE;SQL_SLAVE_SKIP_COUNTER=1; START SLAVE;
↧
MySQL: What happens to the row when skip-errors=1062 is set
↧