Problem MySQL shows the following slave status: \G' returns Errno 1032, 1062, etc. Solution Use the following workaround to skip the error: stop slave; set global sql_slave_skip_counter = 1; start slave;