Database Synchronization
Package:
Summary:
Synchronize two MySQL databases
Groups:
Author:
Description:
This class can be used to synchronize two MySQL databases.
It can connect to two given MySQL database server hosts and query the table structure to determine if there are any differences.
The class can recreate any tables, fields and records that exist on the origin server but do not exist in the destination server.
It can connect to two given MySQL database server hosts and query the table structure to determine if there are any differences.
The class can recreate any tables, fields and records that exist on the origin server but do not exist in the destination server.
Comments are closed.