-7

I need to synchronize the data in MySQL Database from another server running same application in another Location. How to do the synchronization ? Thankyou in Advance.

2 Answers2

1

Depending on your requirements MySQL replication or MySQL clustering will likely be what you want.

  • How to do that , since i am new to these things i need details to do those things. If you have any link . Please Provide . – Bhuwan Bhandari Mar 27 '19 at 10:59
  • @BhuwanBhandari - There is a lot of documentation and discussion about replication. This forum is good for short answers, not for volumes of documentation. – Rick James Apr 26 '19 at 19:52
0

Simply have the client in the other Location remotely access the MySQL server in the primary location.

Rick James
  • 2,058
  • 5
  • 11