Brian Reichert wrote:

Step 3: run that actual invocation of mysqld, with all of it's
arguments, without redirecting the output anywhere. This is, to
say, avoid this at the end:

>> $err_log 2>&1

As an aside to that, I invoke mysqld directly as well, but from supervise's run script. See http://cr.yp.to/daemontools.html for information on how to install & setup daemontools and supervise. It ends up auto-restarting mysqld if it dies for some reason and logs all the output to a size-rotated logfile (instead of daily). It also makes cleaning the environment properly first.much simpler (and safer).

--
Michael T. Babcock
C.T.O., FibreSpeed Ltd.
http://www.fibrespeed.net/~mbabcock



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