[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] MySQL won't load on startup on RaQ 2
- Subject: Re: [cobalt-users] MySQL won't load on startup on RaQ 2
- From: Jay Summers <jay@xxxxxxxxxxxxxxxxxxxx>
- Date: Wed May 2 11:14:32 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> Works fine on RaQ 3, but with a RaQ 2, MySQL won't start on boot or reboot.
> But it will start from the command line.
>
> I've had a lot of people look at this. The script is in the
> /etc/rc.d/init.d directory, the paths are all correct. But it won't start
> automatically.
>
> Any ideas?
Dumb question but, did you make /etc/rc.d/init.d/mysql executable?
chmod a+x /etc/rc.d/init.d/mysql
Did you modify the rc.local file so it starts up automatically?
vi /etc/rc.d/rc.local
put "/etc/rc.d/init.d/mysql start" at the very end without the quotes.
HTH,
j