With administrative permissions im mysql, how can I see all the open connections to a specific db in my server?
In MySql,the following query shall show the total number of open connections:
show status like 'Threads_connected';