[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Cobalt MySql Problem
- Subject: Re: [cobalt-users] Cobalt MySql Problem
- From: "Steve Werby" <steve-lists@xxxxxxxxxxxx>
- Date: Mon Jun 25 01:45:25 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
"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/