MySQL Forums
Forum List  »  Replication

Re: Problem in update command master to master replication
Posted by: Rick James
Date: April 02, 2013 08:54PM

MyISAM or InnoDB?

STATEMENT or MIXED or ROW BASED REPLICATION?

SHOW SLAVE STATUS on each machine -- do they say Yes and Yes? Or is there a No and an Error?

It is unwise to write to both machine in a dual-master setup. You can create messes like that; they are not easy to fix.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Problem in update command master to master replication
851
April 02, 2013 08:54PM


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.