Re: How to add mysql to my startup

2001-09-25 Thread Rodney Broom
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

Re: How to add mysql to my startup

2001-09-25 Thread Maurice Aubrey
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

How to add mysql to my startup

2001-09-24 Thread Bertrand TACHAGO
Hi, i'm using Linux Red Hat 7.0 and i want to know how to add mysql to my startup. Thanks in advance -- Moise Bertrand TACHAGO Computer scientist Volunteer DBMS Specialist SDNP Cameroon, 506 Hajal Center Building Yaounde CAMEROON (237)22 24 90 E_mail [EMAIL PROTECTED] [EMAIL PROTECTED

Re: How to add mysql to my startup

2001-09-24 Thread Rodney Broom
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