Re: Killing Queries...

2003-09-15 Thread Jeremy Zawodny
On Wed, Sep 03, 2003 at 03:46:45PM -0700, James Kelty wrote: > I was wondering of there is a way to kill multiple processes in MySQL > rather than one at a time? mytop has a currently undocumented super kill feature. By using the 'K' key, you can kill all connections owned by a given user. I hav

Re: Killing Queries...

2003-09-03 Thread Paul DuBois
At 15:46 -0700 9/3/03, James Kelty wrote: I was wondering of there is a way to kill multiple processes in MySQL rather than one at a time? -James Not with the KILL statement, which accepts a single thread ID at a time. You can use the mysqladmin program to specify multiple IDs: mysqladmin kill id1,

Killing Queries...

2003-09-03 Thread James Kelty
I was wondering of there is a way to kill multiple processes in MySQL rather than one at a time? -James -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]