Pada Thu, 5 Sep 2002 09:39:33 -0700
"James Kelty" <[EMAIL PROTECTED]> menulis :
> mysql,query
>
>
> Hello,
>
> Maybe I'm an idiot, but I can't find any documentation on how to stop
> running queries interactively. The only thing I can come up with is to stop
> and restart the server. I don't w
Hello,
Use mysqladmin processlist command to see the thread that's eating up
resources, then use mysqladmin kill to kill that thread.
mysqladmin documentation offers much more information on this topic.
You can also use SHOW PROCESSLIST and KILL SQL commands to achieve that.
Regards,
Iikka
On
mysql,query
Hello,
Maybe I'm an idiot, but I can't find any documentation on how to stop
running queries interactively. The only thing I can come up with is to stop
and restart the server. I don't want to do that. Basically, if a user does
something stupid, and sparks off a query that is hoggin