Re: mysql and clustering

2003-06-16 Thread Jeremy Zawodny
On Sat, Jun 14, 2003 at 03:27:52PM +0200, Roberto Barbieri wrote: > Yes but it can be done? > > If i'm not wrong actually db replication is only supported > between secondary db or not? It can be done if you avoid auto-increment columns. That's not the only way, but it's the easiest to explain

Re: mysql and clustering

2003-06-14 Thread Roberto Barbieri
AIL PROTECTED]> To: "Roberto Barbieri" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, June 12, 2003 8:38 PM Subject: Re: mysql and clustering > On Wed, Jun 11, 2003 at 12:21:17PM +0200, Roberto Barbieri wrote: > > > They're completely differe

Re: mysql and clustering

2003-06-12 Thread Jeremy Zawodny
On Wed, Jun 11, 2003 at 12:21:17PM +0200, Roberto Barbieri wrote: > > They're completely different clustering solution. What, exactly, are > > you trying to acheive? LVS is primarily for load balancing and > > possibly fail-over. OpenMosix is a different beast entirely. > > > > Jeremy > > Than

Re: mysql and clustering

2003-06-11 Thread Roberto Barbieri
> They're completely different clustering solution. What, exactly, are > you trying to acheive? LVS is primarily for load balancing and > possibly fail-over. OpenMosix is a different beast entirely. > > Jeremy Thanks for the reply Jeremy. What i need to build are a mysql master server with two

Re: mysql and clustering

2003-06-10 Thread Jeremy Zawodny
On Tue, Jun 10, 2003 at 02:45:42PM +0200, Roberto Barbieri wrote: > Hello to all, > > I'm requested to build an HA cluster for a mysql master server > which is running on a redhat 8.0 box . > Does anyone have done this before? > > I've though to use lvs or openmosix as clustering software. They

mysql and clustering

2003-06-10 Thread Roberto Barbieri
Hello to all, I'm requested to build an HA cluster for a mysql master server which is running on a redhat 8.0 box . Does anyone have done this before? I've though to use lvs or openmosix as clustering software. I'm interested on which clustering software you may have used, and to have a feedbac