From owner-freebsd-questions@FreeBSD.ORG Thu Feb 16 22:33:03 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B95B816A422 for ; Thu, 16 Feb 2006 22:33:03 +0000 (GMT) (envelope-from gollum123@free.fr) Received: from smtp6-g19.free.fr (smtp6-g19.free.fr [212.27.42.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E75E43D45 for ; Thu, 16 Feb 2006 22:33:03 +0000 (GMT) (envelope-from gollum123@free.fr) Received: from [192.168.0.140] (tui75-2-82-229-178-102.fbx.proxad.net [82.229.178.102]) by smtp6-g19.free.fr (Postfix) with ESMTP id 8564E18242; Thu, 16 Feb 2006 23:33:02 +0100 (CET) Date: Thu, 16 Feb 2006 23:33:04 +0100 From: Mathieu CHATEAU X-Mailer: The Bat! (v3.62.12) Professional X-Priority: 3 (Normal) Message-ID: <608748442.20060216233304@free.fr> To: "Robert Uzzi" In-Reply-To: <4514.63.97.49.74.1140127785.squirrel@www.compedgeracing.com> References: <1893863940.20060216221122@free.fr> <4514.63.97.49.74.1140127785.squirrel@www.compedgeracing.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re[2]: Mysql 5 Cluster & FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Mathieu CHATEAU List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2006 22:33:03 -0000 Hello Robert, thank you for your support ! do you have a mysql cluster on FreeBSD in production ? do you think it can run on a 2 nodes cluster ? I am willing fault tolerant system, not high performance (but the standard replication master/slave isn't enough fault tolerant for me) thanks! Thursday, February 16, 2006, 11:09:45 PM, you wrote: RU> Add this to /usr/local/etc/pkgtools.conf in your MAKE_ARGS statement. It's RU> the WITH_NDB=1 switch that will enable building with cluster support, the RU> rest is up to you. Then use the portinstall command to build the port. RU> From there on it is like any other OS to build the MySQL cluster. RU> MAKE_ARGS = { RU> 'databases/mysql*' => 'WITH_NDB=1 WITH_ARCHIVE=1 BUILD_OPTIMIZED=1 RU> WITH_OPENSSL=1', RU> } >> Hello, >> >> Mysql Cluster is now part of Mysql 5. >> >> Does someone successfully set up a Mysql 5 cluster on FreeBSD 5.4 ? >> >> thanks in advance, >> Mathieu CHATEAU >>