MySQL Database Synchronizer API
The MySQL Database Synchronizer API lets the application developer easily synchronize two MySQL server instances, both in real-time or as a one-off task.
This version (v1.0) supports custom database, table and attribute mapping. Synchronizing two tables between two databases requires atleast one corresponding attribute of both the tables to be of type 'timestamp' as this attribute is used to manage the synchronization.