Re: [PHP-DB] MySQL Clustering, redundancy

2002-06-18 Thread Edward Marczak
On 6/18/02 9:19 AM, "Adam Voigt" [EMAIL PROTECTED] pressed the keys forming the message: > I have never actually tried to program against something which talks to > multiple DB's, the quickest way would be in your DB connection code to > have something that will either: > > A. Try the first DB a

RE: [PHP-DB] MySQL Clustering, redundancy

2002-06-18 Thread Adam Voigt
p: 603.943.4237 > w: http://www.criticalcode.com > PO BOX 601 > Manchester, NH 03105 > > > -Original Message- > From: Adam Voigt [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, June 18, 2002 8:55 AM > To: [EMAIL PROTECTED] > Cc: Matt Babineau > Subject: Re: [

RE: [PHP-DB] MySQL Clustering, redundancy

2002-06-18 Thread Matt Babineau
http://www.criticalcode.com PO BOX 601 Manchester, NH 03105 -Original Message- From: Adam Voigt [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 18, 2002 8:55 AM To: [EMAIL PROTECTED] Cc: Matt Babineau Subject: Re: [PHP-DB] MySQL Clustering, redundancy Yes,it's called Replication in the MySQL doc

Re: [PHP-DB] MySQL Clustering, redundancy

2002-06-18 Thread Adam Voigt
Yes,it's called Replication in the MySQL documentation. However, since the info in the manual is kind of sparse so I would hop on google and do a search for specific instructions on how to do it when your ready, but to answer your question, yes, MySQL does do Redundancy/Failover. (Ofcourse you mus