MySQL Workbench: Client Connections
MySQL Workbench: Client Connections
The Client Connections screen of MySQL Workbench allows you to view the current connections to the MySQL instance.
To display the Client Connections screen, click Client Connections on the Management tab:
You should see a screen similar to this:
The Client Connections screen displays a list of all client connections, along with the databases they're connected to, as well as other relevant information such as the user, the thread ID of the connection, the program that the connection is using, etc.
You can also retrieve client connection information by running show processlist in a query tab. Like this: