Microsoft
Software
Hardware
Network
Question : mysql syntax Kill id in process list
Show processlist;
What is the syntax to kill an id in the query browser?
Ive tried
Kill id 67065;
and
Kill id '67065;
and
Kill id '67065' from processlist;
and
Kill id 67065 from processlist;
I have admin privelages.
I can see the processlist.
Thanks
Answer : mysql syntax Kill id in process list
do the first
SHOW PROCESSLIST;
than
KILL <Id_number>
you can put , for multiple process id to be killed
Random Solutions
Cannot see all methods in a web service...
Insert PDF
SSMS -to remember sessions
Can a trigger tell it is already running
Create row based view from several tables.
exchange 2010 storage
Cisco ME 6500 Ios update
Simple 3 column <li>, middle column stretches?
You know of quality and free speed math references?
Make Table Query that searches for records that are NOT located in two tables.