MySQL Forums
Forum List  »  Replication

Re: Replication of single database
Posted by: KimSeong Loh
Date: October 04, 2005 06:46PM

GRANT REPLICATION SLAVE ON *.* TO 'repl'@'%';

You can use some other method to restrict the database you want to replicate,
example: replicate-do-db setting on the slave.

Options: ReplyQuote


Subject
Views
Written By
Posted
10840
October 04, 2005 09:21AM
Re: Replication of single database
5966
October 04, 2005 06:46PM


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.