22 Sep 11:57
MySQL over DRBD (was: Re: Clustering/Failover Project)
From: Amos Shapira <amos.shapira@...>
Subject: MySQL over DRBD (was: Re: Clustering/Failover Project)
Newsgroups: gmane.linux.region.israel
Date: 2008-09-22 09:57:43 GMT
Subject: MySQL over DRBD (was: Re: Clustering/Failover Project)
Newsgroups: gmane.linux.region.israel
Date: 2008-09-22 09:57:43 GMT
2008/9/22 Oleg Goldshmidt <pub@...>: > Noam Rathaus <noamr@...> writes: > >> I'm also not interested in replies telling me there's a project that >> does exactly that (and only requires a few tiny customizations that >> will take days). > > Well, how about a couple of hours, including RTFM? LinuxHA (heartbeat, > http://www.linux-ha.org) + DRBD (http://www.drbd.org, > http://linux-ha.org/DRBD) is the most common linux HA solution, works > great with MySQL (http://www.mysql.com/products/enterprise/drbd.html), > comes with most linux distros [1,2], and thus is likely already > installed on your system. (I changed the subject since this is about replying to Oleg, not within the scope of the original post). We are using MySQL over DRBD mostly because I had to set it up in a hurry and we were already using DRBD for PostgresQL and other files. BUT now that we are finally moving from DNS-based fail-over (due to lack of Virtual IP support in the hosting product we originally had) to Virtual-IP (using Linux Virtual Server) we see how MySQL master-master replication (using simple two-sided replication, e.g. http://www.howtoforge.com/mysql-5-master-master-replication-fedora-8, NOT the "MySQL Cluster" product which last time I read about it it sounded like a bad joke) would benefit us - 1. It means that fail-over time will be virtually zero (compared to a few seconds to bring up the secondary) 2. It means that we can take advantage of both MySQL servers in(Continue reading)
RSS Feed