From owner-freebsd-questions@FreeBSD.ORG Fri Dec 10 14:38: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 D652016A4CE for ; Fri, 10 Dec 2004 14:38:48 +0000 (GMT) Received: from alpargata.net (alpargata.net [67.18.172.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CDED43D1F for ; Fri, 10 Dec 2004 14:38:48 +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 iBAEjMJu001191; Fri, 10 Dec 2004 08:45:26 -0600 (CST) (envelope-from nospam@illusionart.com) In-Reply-To: <41B9AB5B.1030402@hayers.org> References: <41B9AB5B.1030402@hayers.org> Mime-Version: 1.0 (Apple Message framework v619) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <2AFFA672-4AB9-11D9-909A-000D93C7878E@illusionart.com> Content-Transfer-Encoding: 7bit From: Vonleigh Simmons Date: Fri, 10 Dec 2004 06:38:33 -0800 To: Gary Hayers 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: 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 14:38:48 -0000 >> 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 > > Ok forget that last question, I found the answer, check the startup > script is running the correct command, I found that in the start up > script the command wasnt right ie. > command="/usr/local/bin/safe_mysqld" > > So I changed it to: > > command="/usr/local/bin/mysqld_safe" That's not it either: # grep command /usr/local/etc/rc.d/mysql-server.sh command="/usr/local/bin/mysqld_safe" This is very strange. The command I'm using I pulled almost copying and pasting from the script, so it should be the same; yet it still won't start on bootup. Vonleigh Simmons