MySQL Forums
Forum List  »  Replication

Re: Replication began to work not always, not right away
Posted by: Rick James
Date: April 08, 2012 03:41PM

Use the mysql commandline tool.
SHOW SLAVE STATUS \G
will be much more readable.

I suspect there is a mistake in
jedif1||jedif1.ibf__uag_ob_maps,jedif1.ibf_members,...#and all other

see the flowchart in
http://dev.mysql.com/doc/refman/5.1/en/replication-rules-db-options.html
It is complex and tricky.

USE db_1
INSERT INTO db_2.tbl ...
Will fail to replicate if the binlog/replicate-do/ignore says to replicate db_2 but not db_1.

Options: ReplyQuote




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.