Click here to Skip to main content
15,919,245 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
My project is deployed in Australia and US having different MySQL database for each country. Now the customer want to ensure data integrity between all the servers.How to ensure this data integrity between different databases.
Posted
Updated 17-May-15 7:21am

1 solution

if you need bidirectional replication check below article
Bidirectional Replication - in MySQL[^] or you need simple master slave replication, check MySQL Database Replication Procedure[^]
 
Share this answer
 
Comments
Tijo Joseph 16-May-15 10:04am    
But i need to reflect the changes in both database.
Is it possible to make the slave database as master database.

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