View the latest documentation 5.5
This section introduces the supported commands to control the running queries. As an administrator, you want to know the queries executed currently. For that, Lenses supports the following statements:
Following statement lists all executing queries.
SHOW QUERIES
The response contains:
To stop a query:
KILL QUERY <id>
The query identifier can be obtained by the previous command.
To list current and historical queries:
SHOW ALL QUERIES
On this page