This class be used to dump the structure and data of a MySQL database to a backup file.
It traverses the list of tables of a given MySQL database and generates the SQL statements that would be necessary recreate all the tables and the data in their records.
The class may optionally not generate SQL statements for creating the tables or inserting the table records.
The generated SQL statements can be returned as a single text string or served for download directly or compressed in the gzip format.
Based on class of Marcus Vinícius, thanks for original code, just made some updates to make class more usable and customizable, fixed compatibility with MySql5, and fixed "CURRENT_TIMESTAMP" little bug.
|
|
| Name: |
Easy MySQL Dump |
| Base name: |
easymsqldumper |
| Description: |
Dump the structure and data of a MySQL database |
| Version: |
1.0 |
| PHP version: |
4.3 |
| License: |
Freeware |
| All time users: |
1083 users |
| All time rank: |
3024 |
| Week users: |
1 user |
| Week rank: |
2150  |
| |
|
| There are not enough user ratings to display for this class. |
| |
Applications that use this class |
|
|

If you know an application of this package, send a message to the
author to add a link here.
| |
Files |
|
|