Databse mysql How can I stop a running MySQL query? September 3, 2014September 3, 2014 eduguru 0 Comments How can I stop a running MySQL query?, How to kill a query mysql query, I connect to mysql from my Linux shell. Every now and then I run a SELECT query that is too big. It prints and prints and I already know this is not what I meant. I would like to stop the query. Hitti, kill mysql query, so I have to reconnect. Is it possible to stop a query without killing mysql itself? mysql>show processlist; kill "number from first col";I connect to mysql from my Linux shell. Every now and then I run a SELECT query that is too Read more