 |
|
Innovation award
 Nominee: 1x |
This class can generate PHP scripts that are MySQL backups.
It connects to a given MySQL server and extracts the list of all databases.
The class generates a PHP script with commands to execute queries that recreate the database tables and insert the records with the current values.
The generated backup PHP script is stored in a given file.
|
|
| Name: |
cDBbackup |
| Base name: |
cdbbackup |
| Description: |
Generate PHP scripts that are MySQL backups |
| Version: |
1.1 |
| PHP version: |
5.0 |
| License: |
BSD License |
| All time users: |
707 users |
| All time rank: |
4027 |
| Week users: |
3 users |
| Week rank: |
923  |
| |
|
 February 2012
Number 2
Prize: One yearly subscription to the PHP Solutions magazine |
A common way to generate a backup of a database is to generate a file with the necessary SQL statements to recreate the database tables and their records.
This class provides a variant of that approach that consists on generating a script file with PHP commands, so if you want to restore the database you just need to execute the generated PHP script.
Manuel Lemos |
| Project record: |
cdbbackup |
| Popularity score: |
19.9 |
| Vitality score: |
21.44 |
| 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 |
|
|