Date: Thu, 3 Feb 2005 14:02:33 -0700 From: Nick Pavlica <linicks@gmail.com> To: Matthew Seaman <m.seaman@infracaninophile.co.uk>, Nick Pavlica <linicks@gmail.com>, Technical Director <trodat@server1.ultratrends.com>, FreeBSD Database <freebsd-database@freebsd.org>, Drumslayer <drumslayer2@yahoo.com>, questions <freebsd-questions@freebsd.org> Subject: Re: MySql Load balancing Solutions? Message-ID: <dc9ba0440502031302575114df@mail.gmail.com> In-Reply-To: <20050203093153.GA1210@gravitas.thebunker.net> References: <20050202200924.35488.qmail@web42103.mail.yahoo.com> <20050202131948.C63837@server1.ultratrends.com> <dc9ba04405020212466535f47e@mail.gmail.com> <20050203093153.GA1210@gravitas.thebunker.net>
next in thread | previous in thread | raw e-mail | index | archive | help
> Uh --- MySQL Cluster is a standard part of 4.1.9. You just have to > install the mysql41-server port WITH_NDB=yes, which gets you a bunch > of extra executables, mostly in /usr/local/libexec, including ndb_mgmd > and ndbd. See: http://dev.mysql.com/doc/mysql/en/ndbcluster.html Yes it's part of 4.19, but if your software is not licenced under the GPL you must buy a licence for the MySql servers ($595/server), and another licence for MySql Cluster($5,000/CPU). So if you you have three servers with dual cpus you would owe MySql $31,785. The licencing applies to any situation where you are running the database on more that one server, even if it is a web application. I spent quite a bit of time working with a MySql representative trying to clear this out a while back, and called them back to confirm today. Here is the name of the Mysql rep. that I spoke to: Rena Dosono Inside Sales Executive MySQL, Inc. www.mysql.com Tel: 206-824-4356 Email: rena@mysql.com I'm sure all your code is GPL and is available in source for download :) --Nick On Thu, 3 Feb 2005 09:31:53 +0000, Matthew Seaman <m.seaman@infracaninophile.co.uk> wrote: > On Wed, Feb 02, 2005 at 01:46:22PM -0700, Nick Pavlica wrote: > > > MySql 4.1 has been the production release since 4.1.7 and are > > currently at the 4.1.9 release. You could look into the seperate > > MySql Cluster product, but it is around $5k per cpu last time I > > checked. > > Uh --- MySQL Cluster is a standard part of 4.1.9. You just have to > install the mysql41-server port WITH_NDB=yes, which gets you a bunch > of extra executables, mostly in /usr/local/libexec, including ndb_mgmd > and ndbd. See: http://dev.mysql.com/doc/mysql/en/ndbcluster.html > > I set up a system using these just yesterday, and it's working like a > charm (so far...) > > Cheers, > > Matthew > > -- > Dr Matthew J Seaman MA, D.Phil. 8 Dane Court Manor > School Rd > PGP: http://www.infracaninophile.co.uk/pgpkey Tilmanstone > Tel: +44 1304 617253 Kent, CT14 0JL UK > > >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?dc9ba0440502031302575114df>