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,id2,id3,...

No spaces allowed in the ID list.

--
Paul DuBois, Senior Technical Writer
Madison, Wisconsin, USA
MySQL AB, www.mysql.com

Are you MySQL certified? http://www.mysql.com/certification/


-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to