On Tue, Sep 25, 2001 at 01:16:05AM -0700, Rodney Broom wrote:
> From: Bertrand TACHAGO <[EMAIL PROTECTED]>
> 
> > >   % cp /usr/local/mysql/support-files/mysql.server \
> > >     /etc/rc.d/init.d/mysql.server
> > >   % chmod 544 /etc/rc.d/init.d/mysql.server
> > 
> > I had done it but it doesn't work
> > 
> > >   % ln -s /etc/rc.d/init.d/mysql.server \
> > >     /etc/rc.d/rc3.d/S99mysql
> > What is the importance of this command?
> 
> It links one file to another. Try this:
>   % man ln

Also see 'man chkconfig' and 'man ntsysv'
which can simplify the maintenance of those links.

For example, you should be able to run this to
add mysql to the default run levels:

  /usr/sbin/chkconfig --add mysql.server

And run this to check it:

  /usr/sbin/chkconfig --list mysql.server

Maurice

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to