The class can be used to create backup files of MySQL databases in the form of lists of SQL statements that can be executed to restore the database.
This is a new version of a class originally written by Vagharshak Tozalakyan to use much less memory.
It can store the backup data in compressed or uncompressed files directly, instead of concatenating the whole data in a text string, thus avoiding to use too much memory when taking backups of large databases.
It can also return the backup data as a single uncompressed string, but this way it may exceed the PHP memory limit.
|
|
| Name: |
MySQL DB Backup |
| Base name: |
mysql_db_backup |
| Description: |
Generate backup files of large MySQL databases |
| Version: |
1.1.0 |
| PHP version: |
5.0.0 |
| License: |
GNU General Public License (GPL) |
| All time users: |
1555 users |
| All time rank: |
2229 |
| Week users: |
2 users |
| Week rank: |
1363  |
| |
|
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Sufficient (75.0%) |
Good (83.3%) |
Not sure (50.0%) |
Not sure (58.3%) |
- |
- |
Not sure (56.7%) |
1055 |
| Month: |
Not yet rated by the users |
| |
Applications that use this class |
|
|
No application links were specified for this class.

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