Kevin H. Phillips wrote:
Yes, the server is running. One odd thing about my setup is that when I restart the service I get a "Failed" signal for the shutdown phase but an "OK" for the start phase.

Thanks,
Kevin

Victor Pendleton wrote:

Is the mysql server currently running? You can also use either -S or
--socket to specify the socket connection.


If you get a failed when the script is stopping the server, it's more than likely that the server is dying right after it's started. When you think it's running do a....


ps -ax | grep mysqld

If that doesn't return anything (or it only returns the grep), then the server isn't running. Check your logs to see why it's dying.


-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to