MySQL Forums
Forum List  »  Replication

Re: Replicate Table A to a table with a different name
Posted by: Aravind Babu Miryala
Date: April 18, 2007 10:04PM

try to configure your .ini or .cnf file as below it may work

**********************************************

replicate-do-db=slavedb
replicate-rewrite-db=slavedb->masterdb

***********************************************

where slavedb is database name of slave and
masterdb is database name of mstaer

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Replicate Table A to a table with a different name
1633
April 18, 2007 10:04PM


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.