News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
Evolt.org:
Failover Database Connection with PHP + mySQL
May 21, 2007 @ 12:04:00

Evolt.org has a recently posted tutorial that talks about creating a simple failover database connection for your PHP and MySQL application.

Imagine, you're connecting to a mySQL database with PHP, but hell, you want a bit more robustness. So why would you want just one database? You'd use a failover right? So if the first database is down or just doesn't connect, it can connect to the next one. Here's how to do that (I'm assuming you're already replicating between databases so that they're roughly in sync). Here's how you do it.

The tutorial walks you through the creation of a simple MySQL connection, but with two sets of credentials. The script tests the connection to the first database and, if it doesn't get a valid resource back, it falls back on the secondary. Of course, keeping the data in sync is your job.

0 comments voice your opinion now!
failover database connection mysql support tutorial failover database connection mysql support tutorial



Similar Posts

Developer Tutorials: Zend Framework Tutorial

PHPBuilder.com: Validating PHP User Sessions

Zend Developer Zone: Zend Framework Articles and Tutorials

Justin Silverton\'s Blog: Flickr.com - PHP/mysql case study

Quoderat's Blog: Three simple tips for LAMP web site developers


Community Events







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


code zendframework ajax book framework developer job cakephp conference security mysql PEAR release zend example PHP5 database releases package application

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