$ ps -ax | grep mysqld
get the pid of mysql
$ kill -9 pid_of_mysql

that'll do it.

:)

Tyler

On Thu, 26 Jul 2001 13:24:41 -0500
cjackson <[EMAIL PROTECTED]> wrote:

> Hello all,
> 
>  I just installed mysql 3.23.32-1.7 with an rpm on redhat7.0 server
> running apache and php. I could start msqld and shut it down.
> Then I created a password for root. Mysql still starts but I can't stop
> it as root or any other user. It runs as user mysql which also
> requires password.
> 
> Thanks,
> Jackson
> 
> ---------------------------------------------------------------------
> 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

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