Forums | Webyog
Tools to manage and monitor MySQL databases
forums › forums › SQLyog › Sync tools, Migration, Scheduled Backup and Notifications › Multiple synchronization schedules & servers?
We are looking at your issues and we will suggest you a suitable solution as soon as possible.
Have you checked MySql's built-in replication feature?
I did not know it had a replication tool. I will go research their site, thanks!
Use the online manual with user comments because there is a comment that describes how to use a MySql db as master and slave in the same time!
Currently, SQLyog supports ONE WAY synchronization only. All extra rows in the target that are not present in the source are deleted. We are working on making it a 2 way sync process – which poses additional challenges like conflict resolution, etc.
Now, that would be great! Especially, if it were implemented as a service…