MySQL Forums
Forum List  »  Replication

Re: Slave Error : different errors on master and slave
Posted by: James Day
Date: November 22, 2005 09:32PM

See http://dev.mysql.com/doc/refman/4.1/en/replication-problems.html and use:

SET GLOBAL SQL_SLAVE_SKIP_COUNTER = 1; START SLAVE;

YOU are responsible for making sure that your data is correct and consistent after this! For the case you gave it seems unlikely to be a problem but if it was an insert or delete it could be significant.

James Day
Support engineer, MySQL AB

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Slave Error : different errors on master and slave
6380
November 22, 2005 09:32PM


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.