Can I synchronize 2 databases on 2 differents servers with SQLyog ?
Yes. You can 😀
Just connect to different servers. Select Tools->Database Synchronization Tool… and in the Combo dropdown you will find databases of both the servers ( i.e. connections ).
Select the databases you want to synchronize and choose one of the output option.
This synchronzing means that the structure of the 2 databases is equal.
My question : is it possible to synchronize the data between 2 databases on remote servers or do I have to copy the content from one database to another one?
Also, is it possible to automatize the synchronization/copying of the 2 databases?
You can only bring the database structure in sync – not the data.
SQLyog will generate the required scripts to bring one database in complete sync with another. So it is “automated” in that sense. However, scheduling this activity to run at regular intervals is not possible.