Skip navigation links

MySQL Forums :: Replication :: Replication began to work not always, not right away


Advanced Search

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


Subject Views Written By Posted
Replication began to work not always, not right away 804 Dan Mor 03/31/2012 02:47PM
Re: Replication began to work not always, not right away 375 Rick James 04/01/2012 05:37AM
Re: Replication began to work not always, not right away 446 Dan Mor 04/02/2012 12:47PM
Re: Replication began to work not always, not right away 345 Rick James 04/03/2012 08:58AM
Re: Replication began to work not always, not right away 345 Dan Mor 04/04/2012 02:26PM
Re: Replication began to work not always, not right away 339 Rick James 04/05/2012 07:36PM
Re: Replication began to work not always, not right away 334 Dan Mor 04/06/2012 07:33PM
Re: Replication began to work not always, not right away 342 Rick James 04/07/2012 03:57PM
Re: Replication began to work not always, not right away 540 Dan Mor 04/07/2012 08:08PM
Re: Replication began to work not always, not right away 332 Rick James 04/08/2012 03:41PM
Re: Replication began to work not always, not right away 406 Dan Mor 04/14/2012 11:14AM
Re: Replication began to work not always, not right away 361 Rick James 04/15/2012 11:47PM


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.