The safe_mysqld script should run at boot time if you followed a
standard installation.  If not, set it up to run at boot time.  Remember
to have it run in the background by adding the '&'.

It is best to use safe_mysqld to start and run mysql because after it
starts it constantly checks to see if it's running.  If it should die
for some reason, safe_mysqld will restart it.  Also, any parameter you
pass to safe_mysqld get passed to the MySQL daemon itself.

Ken Wilson
First Law of Optimization: The speed of a nonworking program is
irrelevant
(Steve Heller, 'Efficient C/C++ Programming')

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of James Stewart
Sent: Tuesday, September 28, 1999 11:49 AM
To: [EMAIL PROTECTED]
Subject: Re: [newbie] More PHP woes


On Sun, 26 Sep 1999, Brett Jones wrote:
> Was the devel rpm the same version as the apache rpm your running. If
not,
> upgrade the apache rpm to the same version as the apache-devel rpm.

That was the problem. Thanks. Strange, since I'm sure I upgraded apache
to
that version previously.

What's the best way to launch the msql server during start-up?

James.

Reply via email to