Re: Help with RH7.3+ and 3.23.49

2002-10-15 Thread no spam
After reading all the postings of this issue (and a couple of private replies) I'm wondering if the upcoming .53a is the solution, or should I downrev my glibc? --- no spam <[EMAIL PROTECTED]> wrote: > Prior to Redhat updates, database was working fine. > Did updates, reboote

Help with RH7.3+ and 3.23.49

2002-10-14 Thread no spam
Prior to Redhat updates, database was working fine. Did updates, rebooted, and now remote queries can't connect. This 7.3 system never had mysql logging on, and I can't figure out how to turn it on to help with troubleshooting. I started getting some messages about the innodb...so I added skip-

Re: odbc on mandrake linux

2002-07-05 Thread Mathieu DESPRIEE - NO SPAM
I do have configured MyODBC-3.51/unixodbc-2.2.1 on a Mandrake 8.0 (recently updated) distrib. I think it should not be a problem to install it on 8.2 Start to install unixODBC: I managed to build unixODBC without the hard-to-compile GUI (the GUI requires too much libs for my taste...) I achiev

Re: redudancy / high availability

2002-07-02 Thread Mathieu DESPRIEE - NO SPAM
On Mon, 2002-07-01 at 22:23, Jeremy Zawodny wrote: > On Mon, Jul 01, 2002 at 06:24:45PM +0200, Mathieu DESPRIEE - NO SPAM wrote: > > Hi all, > > > > > > I want to setup (on linux systems) a pair of redundant mysql servers, > > working this way : > > * one

Re: redudancy / high availability

2002-07-01 Thread Mathieu DESPRIEE - NO SPAM
Hi all, I want to setup (on linux systems) a pair of redundant mysql servers, working this way : * one master and one backup * the master handles all the requests, the backup updates its data frequently (and, if possible, CONSISTENTLY) from the master * on failure of the master, the backup comes