Recently I set up master->slave replication on my server. Today I saw the error in replication status: "Could not execute Update_rows event on table mega.topics; Can't find record in 'topics', Error_code: 1032; handler error HA_ERR_KEY_NOT_FOUND; the event's master log bin-log.000072, end_log_pos 45229955". After googling, I find a solve. In short, people recommended to skip GTIDs which cause error. I did it, but I had this error again. How can I synchronize my slave with master to solve this error?
↧