MySQL Forums
Forum List  »  Knowledge Base

Re: Need Help On Replication !
Posted by: Paul Svirin
Date: September 03, 2009 03:23PM

You can set these options on slave in my.cnf:

# replicate-do-table = <dbname.tablename>
# replicate-ignore-table = <dbname.tablename>

The first one specifies the tables to be replicated, the second on specifies the ignore list.

Hope that helps.

--------------------
StarWind Software developer ( http://www.starwindsoftware.com )

Options: ReplyQuote


Subject
Views
Written By
Posted
2333
August 18, 2009 05:20AM
Re: Need Help On Replication !
1681
September 03, 2009 03:23PM
1503
September 22, 2009 07:57AM


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.