MySQL Forums
Forum List  »  Replication

Re: Error Duplicate entry - Master-Slave replication
Posted by: Sree Mal
Date: January 10, 2012 10:06AM

Connecting and replicating data over to SLAVE from MASTER is not a problem.

I see the "Duplicate Entry on key" issue quite often on my slave. Slave DB is read-only for all the other users [Master is the only one writing to slave], so no one else is updating slave directly.

I see lot of work arounds "slave-skip-errors = 1062" and "sql_slave_skip_counter=1" etc, but, I wanna the root cause of why this is happening?

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Error Duplicate entry - Master-Slave replication
4426
January 10, 2012 10:06AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.