mysql - Strategy on synchronizing database from multiple locations to a central database and vice versa -


i have several databases located in different locations , central database in data center. have same schema. of them changed(insert/update/delete) in each location different data including central database.

i synchronise data in central database. data in central database synchronise locations. mean database change in location 1 should reflected in location 2 database.

any ideas on how go this?

just @ symmetricds. data replication software supports multiple subscribers , bi-directional synchronization.


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -