Click here to Skip to main content
15,890,282 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have 3 MySQL Database (Master 1, Master 2, Master 3) at three different locations, i would like to get the data from all 3 Location to a Central Database (Slave 1)located in my office.

All data from masters should be available in slave 1, syncing data across masters is not required.

Is there any way to achieve the same with any other methods? , i actually need to sync only two tables in database.

Please help me in achieving the same.

What I have tried:

I have found articles for muter slave replication, but not Multimaster replication.
Posted
Updated 22-Nov-18 2:50am
v2

1 solution

I think what you are looking for is "Multi-Source Replication" - see this set of articles MySQL :: MySQL 5.7 Reference Manual :: 16.1.4 MySQL Multi-Source Replication[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900