MySQL Forums
Forum List  »  Replication

Re: Replication of some tables (not whole database). Possible?
Posted by: Thomas CORBIERE
Date: November 05, 2005 11:49AM

you can replicate some tables with this option in your slave configuration file :
replicate-do-table=db_name.tbl_name

From mysql manual : "Tells the slave thread to restrict replication to the specified table. To specify more than one table, use this option multiple times, once for each table."

Thomas CORBIERE

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Replication of some tables (not whole database). Possible?
2247
November 05, 2005 11:49AM


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.