Compare two MySQL Backups and output changes to a file
Package:
Summary:
Generate and compare backups of MySQL databases
Groups:
Author:
Description:
This package can be used to generate and compare backups of MySQL databases.
There is one class that can generate a backup of a MySQL database by dumping SQL statements that can be used to recreate the tables and records of a MySQL database.
Another class can parse and compare two MySQL backups generated by the other class and generate another dump of SQL statements that can be used to recreate one backup from the tables and data in the other backup.
There is one class that can generate a backup of a MySQL database by dumping SQL statements that can be used to recreate the tables and records of a MySQL database.
Another class can parse and compare two MySQL backups generated by the other class and generate another dump of SQL statements that can be used to recreate one backup from the tables and data in the other backup.
Comments are closed.