From owner-freebsd-questions@FreeBSD.ORG Fri Aug 3 21:21:09 2007 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 8854316A417 for ; Fri, 3 Aug 2007 21:21:09 +0000 (UTC) (envelope-from kurt.buff@gmail.com) Received: from rv-out-0910.google.com (rv-out-0910.google.com [209.85.198.188]) by mx1.freebsd.org (Postfix) with ESMTP id 711F613C461 for ; Fri, 3 Aug 2007 21:21:09 +0000 (UTC) (envelope-from kurt.buff@gmail.com) Received: by rv-out-0910.google.com with SMTP id f1so645377rvb for ; Fri, 03 Aug 2007 14:21:09 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=H2J8iyjpacs5a28Bn7sFLz3vHkNSMhJu2sNrlA6fpM53xFtxvXRCD4l3JjxHR5trUp8mDAvEl7OBCY54vbfXwPZ6na5T6oWQiE7uDEfCX2TXFwhNq8caEI+3/oLYZ6+g8xiIrUU3yOXB5GX2QxUwRZ1EbbnbVakE8Noe4m146Ns= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=JmErDiIPw2qvNKcftOHXmJ/u23nWSunQ0rdpd3IDrdYmak6zB3f0mMDJE9wF6eJJqhIZk6VhyMoIYWvRla628GXKajXm9jpg+4WpxTZAFiHF7BN19JlcTSS/wRRiBC1OCVAfQBW9ltgYDeF/MZGUUN4MxT8euUolmcq9vQ52BOs= Received: by 10.142.12.14 with SMTP id 14mr149961wfl.1186176068945; Fri, 03 Aug 2007 14:21:08 -0700 (PDT) Received: by 10.143.158.12 with HTTP; Fri, 3 Aug 2007 14:21:08 -0700 (PDT) Message-ID: Date: Fri, 3 Aug 2007 14:21:08 -0700 From: "Kurt Buff" To: "Hartleigh Burton" In-Reply-To: <08A6FFEE-5B87-47F5-B9A5-7B063E46D07C@mraentertainment.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <08A6FFEE-5B87-47F5-B9A5-7B063E46D07C@mraentertainment.com> Cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD vs mysql50-server 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: Fri, 03 Aug 2007 21:21:09 -0000 On 8/1/07, Hartleigh Burton wrote: > Hi Guys, > Is the my.cnf file in the right location (/etc/mysql/)??? How can I > check where MySQL is reading the configuration from if there is a > possibility it is not coming from this location??? > > Not sure if this additional information is of any use, in the rc.conf > file I have changed the database directory by using mysql_dbdir="/db/ > mysql". > > Any help is greatly appreciated. /usr/local/etc/my.cnf Works for me. Kurt