PHP Classes
elePHPant
Icontem

MySQL Hot Backup Tool: Backup a MySQL database copying tables to another

Recommend this page to a friend!
  Info   View files View files (2)   DownloadInstall with Composer Download .zip   Reputation   Support forum (4)   Blog    
Last Updated Ratings Unique User Downloads Download Rankings
2014-01-22 (3 years ago) RSS 2.0 feedStarStarStarStar 68%Total: 654 All time: 4,747 This week: 607Up
Version License PHP version Categories
mysql-hot-backup 1.2BSD License5.3PHP 5, Databases, Systems administration
Description Author

This class can backup a MySQL database copying records of updated tables to another database.

It can access the MySQL database to be backed up and recreates its tables in a backup database on the first run.

Later in can update the backup by just just updating the records of the tables that were changed in the origin database.

The class can skip some tables to be backed up. The number of records to be committed in the backup database can be limited.

Recommendations

What is the best PHP mysql database backup class?
I need to backup a mysql query from mysql database

Innovation Award
PHP Programming Innovation award winner
January 2014
Winner


Prize: One downloadable copy of Komodo IDE
Some times it is necessary to take database backups of data in tables without stopping the application that is using the database tables.

This class implements an interesting solution that can incrementally copy records of tables that were modified since the last time a backup of a table was taken.

Manuel Lemos
  Performance   Level  
Name: Orazio Principe <contact>
Classes: 8 packages by
Country: Italy Italy
Innovation award
Innovation award
Nominee: 4x

Winner: 2x

  Files folder image Files  
File Role Description
Plain text file MySqlHotBackup.php Class Main Class
Accessible without login Plain text file test_mysqlhotbackup.php Example Example

 Version Control Unique User Downloads Download Rankings  
 0%
Total:654
This week:0
All time:4,747
This week:607Up
User Ratings User Comments (3)
 All time
Utility:100%StarStarStarStarStarStar
Consistency:100%StarStarStarStarStarStar
Documentation:-
Examples:83%StarStarStarStarStar
Tests:-
Videos:-
Overall:68%StarStarStarStar
Rank:516
 
Good.
3 years ago (edoardo minuto)
70%StarStarStarStar
Perfect! I used it for backup my db between my two servers.
3 years ago (Fabio Greco)
70%StarStarStarStar
I tried this class and it is really very useful, well documen...
3 years ago (Stefano Regis)
70%StarStarStarStar