[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] Cobalt MySql Problem



"Frank Surget" <fsurget@xxxxxxxxxx> wrote:
> can you tell me how to shutdown MySQL? I tried kill mysql with no luck.

ps aux | grep mysqld

It will return more than one record, use the first.  The pid is the # in the
second column.  Then type:

kill -9 pid (where pid is # from step above).  Rerun ps aux | grep mysqld
and you should see that it's no longer running.

--
Steve Werby
President, Befriend Internet Services LLC
http://www.befriend.com/