From owner-freebsd-database@FreeBSD.ORG Fri Feb 4 12:05:00 2005 Return-Path: Delivered-To: freebsd-database@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5047716A4CE for ; Fri, 4 Feb 2005 12:05:00 +0000 (GMT) Received: from lurza.secnetix.de (lurza.secnetix.de [83.120.8.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5BE2543D5A for ; Fri, 4 Feb 2005 12:04:59 +0000 (GMT) (envelope-from olli@lurza.secnetix.de) Received: from lurza.secnetix.de (nwluzy@localhost [127.0.0.1]) by lurza.secnetix.de (8.13.1/8.13.1) with ESMTP id j14C4v3e083456; Fri, 4 Feb 2005 13:04:57 +0100 (CET) (envelope-from oliver.fromme@secnetix.de) Received: (from olli@localhost) by lurza.secnetix.de (8.13.1/8.13.1/Submit) id j14C4vCe083455; Fri, 4 Feb 2005 13:04:57 +0100 (CET) (envelope-from olli) Date: Fri, 4 Feb 2005 13:04:57 +0100 (CET) Message-Id: <200502041204.j14C4vCe083455@lurza.secnetix.de> From: Oliver Fromme To: freebsd-database@FreeBSD.ORG, Nick Pavlica In-Reply-To: X-Newsgroups: list.freebsd-database User-Agent: tin/1.5.4-20000523 ("1959") (UNIX) (FreeBSD/4.11-RELEASE (i386)) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Subject: Re: MySql Load balancing Solutions? X-BeenThere: freebsd-database@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-database@FreeBSD.ORG, Nick Pavlica List-Id: Database use and development under FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Feb 2005 12:05:00 -0000 Nick Pavlica wrote: > [...] > > 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). That only applies if you are redistributing mysql. If you are only _using_ it, then it doesn't matter at all, and your other software doesn't have to be GPL. Specifically, www.mysql.com says [1]: "Free use for those who never copy, modify or distribute. As long as you never distribute the MySQL Software in any way, you are free to use it for powering your application, irrespective of whether your application is under GPL license or not." That's as clear as it can get. :-) Best regards Oliver [1]: http://www.mysql.com/company/legal/licensing/opensource-license.html -- Oliver Fromme, secnetix GmbH & Co KG, Oettingenstr. 2, 80538 München Any opinions expressed in this message may be personal to the author and may not necessarily reflect the opinions of secnetix in any way. "It combines all the worst aspects of C and Lisp: a billion different sublanguages in one monolithic executable. It combines the power of C with the readability of PostScript." -- Jamie Zawinski, when asked: "What's wrong with perl?"