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
Migrating WSUS repository directory into different drive
Software marketing
Background images out of place in CSS menu
PHP Regex
Windows 7 domain User cannot connect to outlook-exchange
JavaScript, arrays, and DropDown
Encrypt the database backup file
VMware ESXi 4.0 - Tape drive shows up dead
How to disable VMWare View 4 Connection bar with RDP?
Regex expression for newline characters in MySQL DB