Output | Description |
---|---|
worker_id | The id of the worker running the process. |
id | The id of the process. |
user | The username associated with the process. |
host | The host to which the client is connected. |
database | The database if one is selected. |
time | The elapsed time since the running sql. |
info | The statement being executed. |
This command only shows the frontend received processlist now.
Syntax
Example
Terminate the process
After using theSHOW PROCESSLIST
command to display the running processes, you can terminate them by the KILL
command.