Best approach for Synchronization Mysql databases using C# [closed]
- by nirmal90
I have a requirement as below.
Windows application in c# with MySQL database
MySQL database in both local and server
One centralized server with many client
synchronizing the server database at each time when the new entry or update is happen in local machine
The server data also needs to be updated in local at regular intervals in order to avoid conflicts
I need to know what is the best approach to follow to make this synchronization without any conflicts.