MySQL GA clustering

2010-11-18 Thread Machiel Richards
. I don't know clustering on MySQL at all so I will really appreciate some help on this. Regards Machiel

Re: MySQL Web Clustering...

2004-06-22 Thread Terence
Apparently OpenMosix won't work with MySQL because MySQL uses Shared Memory. There is apparently a component called MAASK which might help. Roy Nasser wrote: Hi All, We have recently acquired some new machines for our ASP service, and I am investigating different options and setups to optimize

MySQL Web Clustering...

2004-06-18 Thread Roy Nasser
Hi All, We have recently acquired some new machines for our ASP service, and I am investigating different options and setups to optimize everything. We currently have one large DB server, with RAID5, etc, running mysql and a few smaller servers for web applications, and e-mail. These smaller

Re: MySQL Web Clustering...

2004-06-18 Thread Cemal Dalar
PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, June 18, 2004 4:58 PM Subject: MySQL Web Clustering... Hi All, We have recently acquired some new machines for our ASP service, and I am investigating different options and setups to optimize everything. We currently have one large DB server, with RAID5

Re: MySQL Web Clustering...

2004-06-18 Thread Peter J Milanese
though. I would think that instead of LVS Load Balancing, server failover might be a more viable path for MySQL. P Roy Nasser [EMAIL PROTECTED] 06/18/2004 01:58 PM To: [EMAIL PROTECTED] cc: Subject:MySQL Web Clustering... Hi All, We have recently

Re: MySQL Web Clustering...

2004-06-18 Thread Mike Miller
PROTECTED] CC: [EMAIL PROTECTED] Subject: Re: MySQL Web Clustering... Date: Fri, 18 Jun 2004 11:25:45 -0400 I currently run LVS (pre-distribution) on my farm, which gets about 100M hits/month. Good points about LVS are that it is completely rock solid, and runs on minimal hardware. I have never run

Re: MySQL Web Clustering...

2004-06-18 Thread Jeff Smelser
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Friday 18 June 2004 11:05 am, Mike Miller wrote: Unless you have a specific need for it, you could save yourself a lot of trouble by putting select tables or databases or even clients on each server. This also means you don't incur the added

Re: MySQL Web Clustering...

2004-06-18 Thread Mike Miller
it seamless. Would require some work to make one though. -Mike From: Jeff Smelser [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: MySQL Web Clustering... Date: Fri, 18 Jun 2004 11:43:05 -0500 -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Friday 18 June 2004 11:05 am, Mike Miller wrote

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 and

Re: mysql and clustering

2003-06-14 Thread Roberto Barbieri
] 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 different clustering solution. What, exactly, are you trying to acheive? LVS

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 Thanks for the

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

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

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're

mysql 4.1 clustering/hign avaliability

2003-02-12 Thread Kissandrakis Giorgos
Hello, I have two servers each one has mysql 4.1 running with seperate disks Is there a way that the 2 mysqld have exactly the same data (besides replication) ? Is there a way that if one server crashes mysql will be avaliable? Does mysql 4.1 have any extra culstering capabilities? Thank you

Re: mysql 4.1 clustering/hign avaliability

2003-02-12 Thread David T-G
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kissandrakis -- ...and then Kissandrakis Giorgos said... % % Hello, Hi! % ... % Does mysql 4.1 have any extra culstering capabilities? I don't know about mysql directly, but I'm sure it would work just fine as an application under an OS