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

Re: [cobalt-users] MySQL install error



On Mon, 18 Jun 2001, Floyd Piedad wrote:

> Hi Brian,
> 
> I used the same installation file and did not encounter any problems -
> EXCEPT -
> when the machine reboots, mysql is not automatically started.
> 
> Could you help me ?  I am getting desperate.
> 
> Thanks,
> 
> Floyd
> 
u need to put the startup script at /etc/rc.d/init.d
and make a symlink to it from runlevel 3
cd /etc/rc.d/rc3.d
ln -s ../init.d/scriptname S90mysql

HTH,

- shimi.