From: Bertrand TACHAGO <[EMAIL PROTECTED]>

> i'm using Linux Red Hat 7.0 and i want to know how to add mysql to my
> startup.

Your MySQL shipped with a file called 'mysql.server', this is the control script. Put 
that into your RC tree and set it to be executable.

I've got this:

  % cp /usr/local/mysql/support-files/mysql.server \
    /etc/rc.d/init.d/mysql.server
  % chmod 544 /etc/rc.d/init.d/mysql.server
  % ln -s /etc/rc.d/init.d/mysql.server \
    /etc/rc.d/rc3.d/S99mysql

---
Rodney Broom
Programmer: Desert.Net




---------------------------------------------------------------------
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