Kramer
Subject: Re: Cant start server after reboot - Please Help!
Here's a small script to use for automaticly starting the mysqld demaon. Cut
and Past it into a file and call it mysqld then save it in the
/etc/rc.d/init.d directory. Upon reboot you should see that you mysql server
is up and ru
Here's a small script to use for automaticly starting the mysqld demaon. Cut and Past
it into a file and call it mysqld then save it in the /etc/rc.d/init.d directory. Upon
reboot you should see that you mysql server is up and running ( use ps -A as root and
look for the mysqld pid's). As for u
-
From: Chaitanya Diwadkar [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 11, 2002 10:44 AM
To: 'David Kramer'; [EMAIL PROTECTED]
Subject: RE: Cant start server after reboot - Please Help!
You should be using 'safe_mysqld &' (v3.2) or 'mysqld_safe &' for v
Under redhat you can type setup and choose the services you want to
start during boot.
Justin Best
NOC - Infostations
On Thu, 2002-07-11 at 09:45, David Kramer wrote:
> I tried to automate the starting and stopping of the mysql service upon
> reboot. I created the two links for mysql.server to
You should be using 'safe_mysqld &' (v3.2) or 'mysqld_safe &' for v4.0.
Did you look at the .err file to see what the problem was?
This file should be in the same location as .pid file.
-Chait
-Original Message-
From: David Kramer [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 11, 2