DB Backup Class
Package:
Summary:
Generate a MySQL database backup using PDO
Groups:
Author:
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.
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.
Comments are closed.