Re: Can't stop msqld

2001-07-27 Thread Stefan Hinz
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'

Re: Can't stop msqld

2001-07-27 Thread Antônio Carlos Venâncio Júnior
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

Re: Can't stop msqld

2001-07-27 Thread Grigory Bakunov
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

Re: Can't stop msqld

2001-07-27 Thread Tyler Longren
$ 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

Can't stop msqld

2001-07-26 Thread cjackson
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.