What are the synchronization and replication capabilities of MySQL?
Synchronization is required when an organization has: • Remote systems, which need real-time or periodic updates (e.g. Bank teller machine) • Mobile users, who typically need occasional updates (e.g. Traveling sales person) MySQL provides synchronization via its Master-Slave Replication capabilities. Extensive documentation makes it easy to setup and configure MySQL for replication.