PHP Classes

How to Implement a PHP MySQL Table Backup Script Recover a Possibly Damaged Database Without Using MySQLDump - PHP MySQL Copy Database package blog

Recommend this page to a friend!
  All package blogs All package blogs   PHP MySQL Copy Database PHP MySQL Copy Database   Blog PHP MySQL Copy Database package blog   RSS 1.0 feed RSS 2.0 feed   Blog How to Implement a PH...  
  Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)  

Author:

Package: PHP MySQL Copy Database

Sometimes it may be necessary to recover a database that has some damage due to an accident.

One way to recover that database is to copy the records of the tables that you can still save to another database.

This class provides a solution to save the table records of a MySQL database to another database.

It can copy a small number of records at a time to save as many records as possible.




Loaded Article

About the PHP MySQL Copy Database Package

The package PHP MySQL Copy Database 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: Copy MySQL tables from one database to another

Here follows in more detail what it does:

This class can copy MySQL tables from one database to another.

It provides a Web page script and a class that extends the PHP MySQLi to connect to a given MySQL database server.

The script executes queries using the class to copy all table records from one database in one server to another in the same server or a different server.

It copies 100 table records at a time if those records are not damaged.

The origin and destination MySQL servers can run different versions of MySQL.

Notice that if the origin MySQL server crashes, you should restart the server before you use this class to copy the records.

If the process of reading from damaged tables takes longer, you should set the PHP execution time limit option to at least 2 minutes (120 seconds).

Conclusion

The PHP MySQL Copy Database can be downloaded from download page or be installed using the PHP Composer tool following instructions in the Composer install instructions page.

This package was considered notable for implementing its benefits in a way that is worth noticing.

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 as well nice prizes.

One nice prize that many PHP developers want and you may like is the PHP elePHPant mascot plush.




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.



  Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)  
  All package blogs All package blogs   PHP MySQL Copy Database PHP MySQL Copy Database   Blog PHP MySQL Copy Database package blog   RSS 1.0 feed RSS 2.0 feed   Blog How to Implement a PH...