MySQL Forums
Forum List  »  Replication

Replication Issue
Posted by: arkadiyp
Date: July 16, 2005 07:22PM

I have replication going between 2 mysql servers. Both servers are 4.1.11 running on FreeBSD systems and were installed from ports.

Here is the problem if I run a statement use db1; insert into tbl1 ..... on the master server the data is replicated without any problems. However, if I run insert into db1.tbl1.... nothing is replicated. Here is what I have setup in /etc/my.cnf

replicate-do-db=db1
replicate-ignore-db=mysql
replicate-wild-do-table=db1.%

--db1 replaced the actual database name.--

Which according to the manual should work. Any help would be greatly appreciated.

Thank you.
-Arkadiy

Options: ReplyQuote


Subject
Views
Written By
Posted
Replication Issue
2531
July 16, 2005 07:22PM
1810
July 16, 2005 07:26PM


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.