With administrative permissions im mysql, how can I see all the open connections to a specific db in my server?
SQL: show full processlist;
This is what the MySQL Workbench does.