DB Backup Class

Package:
DB Backup Class
Summary:
Generate a MySQL database backup using PDO
Groups:
Databases, PHP 5, Systems administration
Author:
Raul
Description:
This class can be used to generate a MySQL database backup using PDO.

It can query the structure of a given MySQL database and generate SQL statements to recreate and insert the records of the tables in the database.

The resulting SQL statements are returned as a single string that can be served for download or stored in a file.


Powered by Gewgley