From owner-freebsd-questions@FreeBSD.ORG Wed Dec 8 02:36:14 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 76B6716A4CE for ; Wed, 8 Dec 2004 02:36:14 +0000 (GMT) Received: from alpargata.net (alpargata.net [67.18.172.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 30AC343D69 for ; Wed, 8 Dec 2004 02:36:14 +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 iB82glrm007827 for ; Tue, 7 Dec 2004 20:43:00 -0600 (CST) (envelope-from nospam@illusionart.com) Mime-Version: 1.0 (Apple Message framework v619) Content-Transfer-Encoding: 7bit Message-Id: Content-Type: text/plain; charset=US-ASCII; format=flowed To: freebsd-questions@freebsd.org From: Vonleigh Simmons Date: Tue, 7 Dec 2004 18:36:13 -0800 X-Mailer: Apple Mail (2.619) X-Virus-Scanned: ClamAV 0.80/620/Tue Dec 7 01:41:43 2004 clamav-milter version 0.80j on alpargata.net X-Virus-Status: Clean Subject: 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: Wed, 08 Dec 2004 02:36:14 -0000 After updating to 5.3 MySQL won't start at boot time. I read UPDATING and it says to include a line in /etc/rc.conf. But even after adding that line: # grep mysql /etc/rc.conf mysql_enable="YES" It still won't start up on its own after I reboot. However doing: # /usr/local/bin/mysqld_safe --user=mysql --datadir=/var/db/mysql --pid-file=/var/db/mysql/my_hostname.pid Works just fine (which I assume is what the startup script should do). Any pointers as to why this isn't working as it should? Vonleigh Simmons