Date: Fri, 10 Dec 2004 06:38:33 -0800 From: Vonleigh Simmons <nospam@illusionart.com> To: Gary Hayers <gary@hayers.org> Cc: freebsd-questions@freebsd.org Subject: Re: mysql won't start on boot Message-ID: <2AFFA672-4AB9-11D9-909A-000D93C7878E@illusionart.com> In-Reply-To: <41B9AB5B.1030402@hayers.org> References: <ED4C536E-48C1-11D9-B2C4-000A2791B6EC@illusionart.com> <41B9AB5B.1030402@hayers.org>
next in thread | previous in thread | raw e-mail | index | archive | help
>> 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 <http://illusionart.com/>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?2AFFA672-4AB9-11D9-909A-000D93C7878E>