Mysql – Syncronize thesql databases between local and hosted servers automatically

data synchronizationmerge-replicationMySQLreplication

We have many websites with Development, Staging and Production servers. We have many developers for many projects. We need a solution to synchronize the developer and staging databases. After that one is worksing we can move to the live database.

That one needs to be fully automatically synchronized so that developers don't need to run that tool each and every time.

Best Answer

use replication master=> slave ? be carefull of conflict

Related Question