News Feed
Jobs Feed
Sections




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


blog comments powered by Disqus

Similar Posts

Chris Renner's Blog: Gerrymandered Code: Extending Zend_Registry to globalize session vars

Stoyan Stefanov's Blog: Automating HTTPWatch with PHP

PHPBuilder.com: Building an Error-Handling Mechanism

Evert Pot's Blog: HTTP Basic and Digest authentication with PHP

Christoph Dorn's Blog: FirePHP on Magenting


Community Events











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


composer opinion framework release zendframework2 language database code application community series interview introduction testing podcast example development phpunit api functional

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