Date: Fri, 18 Jan 2002 16:35:26 -0800 From: Sean Chittenden <sean@chittenden.org> To: freebsd-questions@freebsd.org Subject: kill -9 not strong enough... Message-ID: <20020118163526.A56293@ninja1.internal>
next in thread | raw e-mail | index | archive | help
1st: everyone should use postgres. I hate supporting MySQL. 2nd: when MySQL gets wedged, why can't I kill it? kill -9 333 doesn't seem to get it. I don't think it's a hardware problem because everything else is ticking along fine and I haven't seen any error messages anyplace. Any ideas? I remember having this problem a few years ago on Linux so it seems to be a MySQL prob, but why isn't kill -9 solving my probs? <:~( -sc # ps auxwww|grep mysqld mysql 333 0.0 1.5 31120 15980 con- R Wed12PM 50:42.10 /usr/local/libexec/mysqld --basedir=/usr/local --datadir=/var/db/mysql --user=mysql --pid-file=/var/db/mysql/ninja1.pid # kill -9 333 # kill -9 333 # kill -9 333 # ps auxwww | grep mysqld mysql 333 0.0 1.5 31120 15980 con- R Wed12PM 50:42.10 /usr/local/libexec/mysqld --basedir=/usr/local --datadir=/var/db/mysql --user=mysql --pid-file=/var/db/mysql/ninja1.pid -- Sean Chittenden To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020118163526.A56293>