Hi Group,

I have two mysql server ver  3.23.49 running in RedHat7.2.
In both  servers I have  two data bases. My requirement is I want to
replicate the tableA of first database in the first server to the tableA of
second data base in the second server.

server A                     server B
test1.tableA                 test1.tableA
test2.tableB                 test2.tableA

I want to replicate
test1.tableA to test1.tableA and test2.tableA of server B
the structre of both the tables are same.
What is the modification needed in my.cnf
I tried with
replicate-do-table =test1.tableA
replicate-do-table =test2.tableA

but is updating only test1.tableA of server B.

regds,




---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to