Author: Manuel Lemos
Updated on: 2017-03-07
Posted on: 2017-02-01
Categories: Notable Packages
All database applications should provide means to take backups of the database structure and contents, so there is a way to recover when there is an accident that causes database data loss.
This package provides an efficient solution to take MySQL database backups.
It can take backups of all or specific tables in a database. If a previous table backup exists, it may determine if the table has changed using the table checksum, and avoid making the backup in case the table did not change.
Read this article to learn more details about how this notable PHP package works.
This package provides an efficient solution to take MySQL database backups.
It can take backups of all or specific tables in a database. If a previous table backup exists, it may determine if the table has changed using the table checksum, and avoid making the backup in case the table did not change.
Read this article to learn more details about how this notable PHP package works.
The package PHP Multi MySQLDump is one of the few PHP packages that was considered notable recently because it does something that is worth paying attention.
The basic purpose is: Dump MySQL database tables for file download
Here follows in more detail what it does:
This package can dump MySQL database tables for file download.
It can dump one or more tables of a MySQL databases to files using PDO.
The package can dump all database tables or exclude some of the tables.
It can avoid making table backups of tables that did not change since last backup by determining a checksum values for each table contents and checking if it changed.
Notable PHP packages can be often considered innovative. If this package is also innovative, it can be nominated to the PHP Innovation Award and the author may win prizes and recognition for sharing innovative packages.
If you also developed your own notable or innovative packages consider sharing them, so you can also earn more visibility for your package.
The basic purpose is: Dump MySQL database tables for file download
Here follows in more detail what it does:
This package can dump MySQL database tables for file download.
It can dump one or more tables of a MySQL databases to files using PDO.
The package can dump all database tables or exclude some of the tables.
It can avoid making table backups of tables that did not change since last backup by determining a checksum values for each table contents and checking if it changed.
Notable PHP packages can be often considered innovative. If this package is also innovative, it can be nominated to the PHP Innovation Award and the author may win prizes and recognition for sharing innovative packages.
If you also developed your own notable or innovative packages consider sharing them, so you can also earn more visibility for your package.
You need to be a registered user or login to post a comment
Login Immediately with your account on:
Comments:
No comments were submitted yet.