From owner-freebsd-questions@FreeBSD.ORG Fri Dec 10 13:52:22 2004 Return-Path: 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 8C6A416A4CF for ; Fri, 10 Dec 2004 13:52:22 +0000 (GMT) Received: from wenn.com (cube1.wenn.com [195.157.139.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7894543D55 for ; Fri, 10 Dec 2004 13:52:21 +0000 (GMT) (envelope-from gary@hayers.org) Received: from [10.0.0.2] (fw.wenn.com [195.157.139.125]) by smtp.wenn.com (8.10.2/8.10.2) with ESMTP id iBADpno26173; Fri, 10 Dec 2004 13:51:49 GMT Message-ID: <41B9A9EE.2030502@hayers.org> Date: Fri, 10 Dec 2004 13:51:42 +0000 From: Gary Hayers User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Vonleigh Simmons , freebsd-questions@freebsd.org References: <6FC9F9894A9F8C49A722CF9F2132FC2202972ECD@ms05.mailstreet2003.net> <8292450b0412090642a9d9426@mail.gmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: CHris Rich cc: "Haulmark, Chris" cc: Markus Hoenicka Subject: Re: mysql won't start on boot X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Dec 2004 13:52:22 -0000 Vonleigh Simmons wrote: >>> Yes, was in my original message but you caught us half-way: >>> >>> # grep mysql /etc/rc.conf >>> mysql_enable="YES" >>> >>> I'm using the mysql from ports. >>> >> I'm going from memory here as I'm not in front of my BSD machine but >> isn't it mysqld_enable="YES"? > > > Not according to the script, but I'll try it anyway: > > --- > $ grep enable /usr/local/etc/rc.d/mysql-server.sh > # Add the following line to /etc/rc.conf to enable mysql: > # mysql_enable (bool): Set to "NO" by default. > # Set it to "YES" to enable MySQL. > ..snip.. > --- > > Nope, still no dice. Changed it back to mysql_enable but it still > won't start up on boot. Anyone have any other ideas of what it could be? > > I tried recompiling mysql_server but still no go. The only error I > get is: > > --- > 041210 07:33:27 mysqld started > 041210 7:33:27 [ERROR] Can't find messagefile > '/usr/local/share/mysql/english/e > rrmsg.sys' > 041210 7:33:27 [ERROR] Aborting > > 041210 07:33:27 mysqld ended > --- > > However when I start it directly it starts up just fine. What command are you issuing to start it directly? Regards, Gary Hayers