Click here to Skip to main content
15,892,059 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
We have a web application and we are saving data of multiple clients on one common Cloud server.
Can i use MYSQL master-slave replication in our case?
Means, for the clients with internet connection problem, local server will be there at their place. We will make local servers of each client as master and cloud server as slave. Means, cloud server will be slave for all master servers at clients location.
Is it possible??
Or is there any solution for this kind of problem?
Thank you.

What I have tried:

one slave and multiple masters possible in MYSQL Master-Slave replication?
Posted

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