ent: Thursday, July 26, 2001 8:24 PM
Subject: Can't stop msqld
> 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'
Jackson,
Check under what process ID mysqld is running, than kill it, like doing:
--
# killall mysqld
--
On Thu, 26 Jul 2001 13:24:41 -0500 cjackson <[EMAIL PROTECTED]> wrote:
| I just installed mysql 3.23.32-1.7 with an rpm on redhat7.0 server
| running apache and ph
Date |Thu, 26 Jul 2001 13:24:41 -0500
>From |cjackson <[EMAIL PROTECTED]>
Hello!
C> Hello all,
C> I just installed mysql 3.23.32-1.7 with an rpm on redhat7.0
C> server running apache and php. I could start msqld and shut it down.
C> Then I created a password for root. Mysql still starts but I
C
$ 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
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.