With administrative permissions im mysql, how can I see all the open connections to a specific db in my server?
You can invoke MySQL show status command
show status like 'Conn%';
For more info read Show open database connections