MySQL Forums
Forum List  »  Replication

Re: Replication of some tables (not whole database). Possible?
Posted by: Thomas CORBIERE
Date: November 05, 2005 01:45PM

Ok, this is because in MySQL, replication consists of executing the same queries on the master and the slave. If your queries refers to objects that don't exist on the slave it won't work.
Hopefully you've found another solution :-)

Thomas CORBIERE

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Replication of some tables (not whole database). Possible?
2985
November 05, 2005 01:45PM


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.