MySQL Forums
Forum List  »  Replication

Re: Replication error
Posted by: Pau PR
Date: September 23, 2010 12:23AM

I could solve it yesterday running the following commands:

STOP SLAVE
RESET SLAVE
CHANGE MASTER TO MASTER_HOST=’your_master’, MASTER_USER=’your_login’, MASTER_PASSWORD=’your_password’, MASTER_LOG_FILE=’log_file’, MASTER_LOG_POS=log_position
SET GLOBAL SQL_SLAVE_SKIP_COUNTER=1
START SLAVE

Thanks for the reply

Options: ReplyQuote


Subject
Views
Written By
Posted
2130
September 22, 2010 02:01AM
678
September 22, 2010 06:44PM
Re: Replication error
649
September 23, 2010 12:23AM


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.