News Feed
Jobs Feed
Sections




News Archive
ProDevTips.com:
MySQL replication in PHP - on the same machine
September 15, 2011 @ 09:48:14

ProDevTips.com has a new tutorial posted today sharing a database replication script they've put together to keep two databases in sync.

After reading up on MySQL replication for a bit I realized that it would go quicker to simply write something in PHP that would sync a subset of tables in one database to exact copies of the same tables in another. Note that the code/SQL [in the example] only works if you replicate from one database to another on the same machine since the main thing here are SQL queries that contain operations/look ups on two databases in the same query.

He includes the code to do the fetch on certain tables (based on a unique key), pushes them into an array and exports them back out into another table. There's also a modification included that makes it work on tables without an auto-increment column.

0 comments voice your opinion now!
mysql database replicate script tutorial


blog comments powered by Disqus

Similar Posts

PHPBuilder.com: Cross-Platform Database PHP Development

DZone.com: GladiusDB and Firebird: Databases for Your PHP Apps

Christian Schaefer's Blog: Using PHP Web Scraper Goutte in a Console Task in a Silex project

Andy Bakun's Blog: Race Conditions with Ajax and PHP Sessions

NetTuts.com: How to Generate a Complete Excel Spreadsheet From MySQL


Community Events











Don't see your event here?
Let us know!


framework podcast language zendframework2 testing composer code release example functional series database conference introduction object tool interview community development opinion

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework