PHP Classes

Synchronize DB: Synchronize two MySQL databases

Recommend this page to a friend!
  Info   Screenshots   View files Files   Install with Composer Install with Composer   Download Download   Reputation   Support forum   Blog    
Ratings Unique User Downloads Download Rankings
StarStarStar 54%Total: 4,545 All time: 621 This week: 35Up
Version License PHP version Categories
db_sync 1.0.0GNU General Publi...4.0Databases, Systems administration
Description 

Author

This class can be used to synchronize two MySQL databases.

It connects to a given master and slave databases and analyzes what changed in the master database.

The database table changed rows in the master and updated on the slave database.

Innovation Award
PHP Programming Innovation award nominee
September 2008
Number 2
Sometimes it is necessary access a database in a remote site but the connection to that site may not be always available.

A common solution for that problem is to keep a local slave database with a copy of the information in the remote master database. Then when the connectivity with the remote site becomes available again, the master and slave databases are synchronized.

This class implements a solution that can perform such kind of synchronization between a master and a slave MySQL database.

Manuel Lemos
Picture of Cristian Vrinceanu
Name: Cristian Vrinceanu <contact>
Classes: 1 package by
Country: Romania Romania
Innovation award
Innovation award
Nominee: 1x

Screenshots (1)  
  • result2.jpg
  Files folder image Files (3)  
File Role Description
Plain text file exemple.php Example The example script file.
Plain text file sync.php Class The class source file

The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page.
Install with Composer Install with Composer
 Version Control Unique User Downloads Download Rankings  
 0%
Total:4,545
This week:0
All time:621
This week:35Up
User Ratings User Comments (3)
 All time
Utility:79%StarStarStarStar
Consistency:70%StarStarStarStar
Documentation:-
Examples:77%StarStarStarStar
Tests:-
Videos:-
Overall:54%StarStarStar
Rank:2073