From owner-freebsd-questions@FreeBSD.ORG Fri Dec 10 13:31:48 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 5E8B416A4CE for ; Fri, 10 Dec 2004 13:31:48 +0000 (GMT) Received: from alpargata.net (alpargata.net [67.18.172.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD35E43D2F for ; Fri, 10 Dec 2004 13:31:47 +0000 (GMT) (envelope-from nospam@illusionart.com) Received: from [192.168.1.100] (dsl081-061-217.dsl-isp.net [64.81.61.217] (may be forged)) (authenticated bits=0) by alpargata.net (8.13.1/8.13.1) with ESMTP id iBADc1ZJ000626; Fri, 10 Dec 2004 07:38:15 -0600 (CST) (envelope-from nospam@illusionart.com) In-Reply-To: <8292450b0412090642a9d9426@mail.gmail.com> References: <6FC9F9894A9F8C49A722CF9F2132FC2202972ECD@ms05.mailstreet2003.net> <8292450b0412090642a9d9426@mail.gmail.com> Mime-Version: 1.0 (Apple Message framework v619) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Vonleigh Simmons Date: Fri, 10 Dec 2004 05:31:09 -0800 To: CHris Rich X-Mailer: Apple Mail (2.619) X-Virus-Scanned: ClamAV 0.80/624/Thu Dec 9 13:01:06 2004 clamav-milter version 0.80j on alpargata.net X-Virus-Status: Clean cc: "Haulmark, Chris" cc: Markus Hoenicka cc: freebsd-questions@freebsd.org 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:31:48 -0000 >> 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. Vonleigh Simmons