Re: Stopping Running Queries...

2002-09-05 Thread Dicky Wahyu Purnomo
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

Re: Stopping Running Queries...

2002-09-05 Thread Iikka Meriläinen
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

Stopping Running Queries...

2002-09-05 Thread James Kelty
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