PHP Classes

Notable PHP package: PHP Multi MySQLDump

Recommend this page to a friend!
  Blog PHP Classes blog   RSS 1.0 feed RSS 2.0 feed   Blog Notable PHP package: ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)  

Author:

Viewers: 351

Last month viewers: 1

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.




Loaded Article
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.



You need to be a registered user or login to post a comment

1,611,091 PHP developers registered to the PHP Classes site.
Be One of Us!

Login Immediately with your account on:



Comments:

No comments were submitted yet.



  Blog PHP Classes blog   RSS 1.0 feed RSS 2.0 feed   Blog Notable PHP package: ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)