Database Connections
Solved
Hi there,
It is most likely the connections generated by the MySQL Workbench itself to generate this dashboard for you.
What you could do is run the SHOW PROCESSLIST;
query which would show you more information about the current MySQL connections and processes.