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
Simple code issue with synchronized comboboxes in MS Access
no GUI for ASA 5505 when IP is changed....
sql isnull
How do I get a parent form value for jQuery.ajax post
Exchange 2010 Public Folder permissions
Access 2003 in report how to change the results of data
Does viewdidload ever not-get-called?
Datagridview Combobox!
Firewall blocking external router
How do I remove "rassdk://" from Crystal Report Filename property?