Redhat...Linux systems:
running Xwindows login at runlevel5

cd /etc/rc.d/init.d/rc5.d/

search for "mysqld"

mv ./K74mysqld ./S78mysqld

The K denotes "Kill"
The S denotes "Start"

If you run you system at a different run level like 3 then go to /rc5.d/
directory and change the file name there. The numbers represent at what time
does the system load that service in case some applications like syslog need
to be operational before mysqld can be started. I usually set it for some
number after S54inetd (xinetd) and before S85httpd. S79mysql works for me. 

-----Original Message-----
From: Luc Foisy [mailto:[EMAIL PROTECTED]]
Sent: Friday, September 27, 2002 1:13 PM
To: MYSQL-List (E-mail)
Subject: Mysql and RedHat 7.3



When I installed Mysql ( whatever the current 3.x series is on RedHat 7.3,
the service did not start when I restarted.
If you have gnome installed, you can acess Service Configuration and set
MySQL to start when system boots.
Just information for those that may experience this.

Luc Foisy

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

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