Re: How to verify if master and slave are in sync
Posted by: Andrew Shaw
Date: March 19, 2009 07:27AM

I don't see an answer to this question. I'm having the same issue on 5.1.

The first time I noticed this was when a user updated the slave. I had no indication that there was a problem, but replication was hung.

I had to:

stop slave;
set global sql_slave_skip_counter=1;
start slave;

I'd like to be alerted when something like this happens. Anyone know how I could accomplish that?

Options: ReplyQuote


Subject
Written By
Posted
Re: How to verify if master and slave are in sync
March 19, 2009 07:27AM


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.