With administrative permissions im mysql, how can I see all the open connections to a specific db in my server?
See Question&Answers more detail:osWith administrative permissions im mysql, how can I see all the open connections to a specific db in my server?
See Question&Answers more detail:osThe command is
SHOW PROCESSLIST
Unfortunately, it has no narrowing parameters. If you need them you can do it from the command line:
mysqladmin processlist | grep database-name