Quantcast
Channel: MySQL Forums - InnoDB
Viewing all articles
Browse latest Browse all 1957

How can i synchronize table1&table3,table2&table5?? (no replies)

$
0
0
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.

Viewing all articles
Browse latest Browse all 1957

Trending Articles