From owner-freebsd-questions@FreeBSD.ORG Thu Apr 9 19:57:55 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CACAB106566C for ; Thu, 9 Apr 2009 19:57:55 +0000 (UTC) (envelope-from brentb@beanfield.com) Received: from smtp0.beanfield.net (smtp0.beanfield.net [66.207.192.7]) by mx1.freebsd.org (Postfix) with ESMTP id 93D638FC1A for ; Thu, 9 Apr 2009 19:57:55 +0000 (UTC) (envelope-from brentb@beanfield.com) Received: from brent.local ([66.207.193.249]) by smtp0.beanfield.net (8.13.4/8.12.11) with ESMTP id n39JgZvM034060 for ; Thu, 9 Apr 2009 15:42:36 -0400 (EDT) (envelope-from brentb@beanfield.com) Message-ID: <49DE4FE8.8090303@beanfield.com> Date: Thu, 09 Apr 2009 15:43:36 -0400 From: Brent Bloxam Organization: Beanfield Technologies User-Agent: Thunderbird 2.0.0.21 (Macintosh/20090302) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <49DAC610.6020404@pixelhammer.com> <5C4F1A401C316B7D2F625CCF@Macintosh-2.local> <49DB4D3E.3070301@pixelhammer.com> <200904081117.58218.mel.flynn+fbsd.questions@mailing.thruhere.net> In-Reply-To: <200904081117.58218.mel.flynn+fbsd.questions@mailing.thruhere.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Multiple instances of MySQL X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Apr 2009 19:57:56 -0000 Mel Flynn wrote: > Any reason a jail can't be used? This would allow sharing the binary using > null or union fs, little overhead, yet seperated from host install and no > maintenance of port installed files, like rc.d/mysql-server. Unionfs, unix sockets and flush operations don't like each other from what I know, so make sure your database directory and socket aren't going to be located on a unionfs mount and you should be okay. Someone feel free to correct me if I'm wrong on this, but I definitely haven't been able to get MySQL to play nice with unionfs