[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] MySQL won't load on startup on RaQ 2



> 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