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

table types

2002-06-28 Thread Mathieu DESPRIEE
Hi all, What are the major differences between BDB and MyISAM separate the fact that BDB is slower and suports transactions, and MyISAM faster and does not support transactions ? (On most recent version of MySQL 3.23) What are the major avantages/drawbacks of InnoDB ? Thanks ---

redudancy / high availability

2002-06-28 Thread Mathieu DESPRIEE
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 come