Kills a query by query ID.
Syntax
KILL QUERY {query-id};
To get active the query ID, run:
SHOW ACTIVE QUERIES.
SHOW