[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] MySQL install error
- Subject: Re: [cobalt-users] MySQL install error
- From: shimi <shimi@xxxxxxxxxxxxxxxx>
- Date: Sun Jun 17 19:18:01 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
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.