Re: High Availability questions

2002-03-20 Thread James Housley
Young Sul wrote: Hi, I've got a website that uses a mysql backend database. Due to the way in which the database and development has been architected, I'm unable to load-balance the database between multiple DB servers, taking advantage of replication inherent in mysql. (this is due

Re: High Availability questions

2002-03-20 Thread andy thomas
On Tue, 19 Mar 2002, Young Sul wrote: Hi, I've got a website that uses a mysql backend database. Due to the way in which the database and development has been architected, I'm unable to load-balance the database between multiple DB servers, taking advantage of replication inherent in

High Availability questions

2002-03-19 Thread Young Sul
Hi, I've got a website that uses a mysql backend database. Due to the way in which the database and development has been architected, I'm unable to load-balance the database between multiple DB servers, taking advantage of replication inherent in mysql. (this is due largely to developmental

Re: High Availability questions

2002-03-19 Thread Michael Bacarella
On Tue, Mar 19, 2002 at 10:13:09PM -0500, Young Sul wrote: Currently, I mirror the master DB on another server, and can switch over ...manually... if the master dies. I'm wondering if others on this list have encountered a similar situation -- how did you finally architect your DB

Re: High Availability questions

2002-03-19 Thread Tomasz Korycki
At 22:13 2002-03-19, Young Sul wrote: Hi, I've got a website that uses a mysql backend database. Due to the way in which the database and development has been architected, I'm unable to load-balance the database between multiple DB servers, taking advantage of replication inherent in mysql.