= MySql How to Kill a Query - To find out what queries are running now run the SQL: `SHOW FULL PROCESSLIST\G`. - To Kill the process run `KILL {process id from above command};`