MySQL Forums
Forum List  »  InnoDB

How can i synchronize table1&table3,table2&table5??
Posted by: Ivan Deng
Date: December 22, 2013 08:45PM

Scene:

PC A:DB A(table1+table2);

PC B:DB B(table3+table4);

PC C:DB C(table5+table6)。



How can i synchronize table1&table3,table2&table5??

(And the data of table2 can't synchronize to PC B; table 1 can't synchronize to PC C.)



It is said to use memory tables and triggers. I do not know the principles and program implementation.



THX.

Options: ReplyQuote


Subject
Views
Written By
Posted
How can i synchronize table1&table3,table2&table5??
1524
December 22, 2013 08:45PM


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.