PHP Classes

PHP MySQL Database Synchronize: Synchronize MySQL databases tables between servers

Recommend this page to a friend!
  Info   View files Example   View files View files (8)   DownloadInstall with Composer Download .zip   Reputation   Support forum (2)   Blog    
Ratings Unique User Downloads Download Rankings
StarStarStarStar 65%Total: 957 All time: 3,757 This week: 103Up
Version License PHP version Categories
mysql-database-synch 1.0Freeware5PHP 5, Databases, Systems administration, W...
Description 

Author

This package can synchronize MySQL databases tables between servers.

One class can retrieve the list tables and records from the origin server MySQL database and send the data to another server script via HTTP.

On the destination server a script receives the request and recreates the origin tables in a MySQL database and inserts the retrieved records.

Recommendations

What is the best PHP mysql synchronize database class?
Synchronize an offline MySQL database with the online version

Offline database synchronisation with online database
How to sync offline and online database.

Picture of Bharat Parmar
  Performance   Level  
Name: Bharat Parmar <contact>
Classes: 11 packages by
Country: India India
Age: 32
All time rank: 52230 in India India
Week rank: 198 Up18 in India India Up
Innovation award
Innovation award
Nominee: 3x

Example

<?php

/*
FILE NAME : example.php
LOCATION : example.php
BASIC DETAILS : This file is the example file for the database synchronization from server1.
AUTHOR : Bharat Parmar
VERSION : 1.0
CREATED DATE : 08-12-2016

*/
@include("class/server1.class.php");
$server1 = new server1();
$output = $server1->getdbupdate();

echo
"<pre>";
print_r($output);
echo
"</pre>";

?>


  Files folder image Files  
File Role Description
Files folder imageserver1 (1 file, 2 directories)
Files folder imageserver2 (1 file, 2 directories)
Accessible without login Plain text file LICENSE Lic. License text
Accessible without login Plain text file README.md Doc. Documentation

  Files folder image Files  /  server1  
File Role Description
Files folder imageclass (1 file)
Files folder imageincludes (1 file)
  Accessible without login Plain text file example.php Example Example script

  Files folder image Files  /  server1  /  class  
File Role Description
  Plain text file server1.class.php Class Class source

  Files folder image Files  /  server1  /  includes  
File Role Description
  Accessible without login Plain text file config.php Aux. Auxiliary script

  Files folder image Files  /  server2  
File Role Description
Files folder imageclass (1 file)
Files folder imageincludes (1 file)
  Accessible without login Plain text file example.php Example Example script

  Files folder image Files  /  server2  /  class  
File Role Description
  Plain text file server2.class.php Class Class source

  Files folder image Files  /  server2  /  includes  
File Role Description
  Accessible without login Plain text file config.php Aux. Auxiliary script

 Version Control Unique User Downloads Download Rankings  
 100%
Total:957
This week:0
All time:3,757
This week:103Up
User Ratings User Comments (1)
 All time
Utility:83%StarStarStarStarStar
Consistency:75%StarStarStarStar
Documentation:83%StarStarStarStarStar
Examples:83%StarStarStarStarStar
Tests:-
Videos:-
Overall:65%StarStarStarStar
Rank:753
 
Very Good package.
6 years ago (Jack Thomas)
77%StarStarStarStar