MySQL Forums
Forum List  »  Replication

replication on multiple database doesnt work
Posted by: yunghee lee
Date: January 09, 2009 10:10PM

Hi,

I have problem on select multiple database in my replication..
following is my configuration in my.cnf:

master:
binlog-do-db=db1
binlog-do-db=db2
binlog-do-db=db3

# slave
master-host=ip_address
master-user=username
master-password=password
master-port=3306
master-connect-retry=60
replicate-do-db=db1
replicate-do-db=db2
replicate-do-db=db3

the problem is that only db1 success on sending data to slave. db2 and db3 failed.
no error message i can trace. really not sure where i am doing wrong :(
can please help?

Options: ReplyQuote


Subject
Views
Written By
Posted
replication on multiple database doesnt work
2894
January 09, 2009 10:10PM


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.