Databases: Simple MySQL dump
Nemanja Avramovic (contact me)
This class can be used to dump a MySQL database as a list of SQL statements.
It can retrieve the database tables metadata and execute and SQL SELECT query to retrieve all the data of the tables to be dumped.
The class returns a string with the table creation and record insertion statements similar to what the mysql_dump command outputs.
It can dump all the tables of a MySQL database, or just part of the database tables.
| Utility
| Consistency
| Docs
| Examples
| Tests
| Videos
| Overall
| Rank
|
| Insufficient (33.3%)
| Not sure (58.3%)
| -
| Not sure (41.7%)
| -
| -
| Insufficient (26.7%)
| 1853 |
Click here for detailed information about this class on phpclasses.org