Databases: MySQL Dump - database backup
Daniele (contact me)
This class can be used to backup a MySQL database.
It queries a database and generates a list of SQL statements that can be used later to restore the database tables structure and their contents.
The class generates SQL statements to restore only the tables structure or also the tables records.
The generated SQL statements are saved to a given file.
| Utility
| Consistency
| Docs
| Examples
| Tests
| Videos
| Overall
| Rank
|
| Sufficient (75.0%)
| Good (80.0%)
| -
| Sufficient (70.0%)
| -
| -
| Not sure (52.5%)
| 1103 |
Click here for detailed information about this class on phpclasses.org