mysql: see all open connections to a given database? -


with administrative permissions im mysql, how can see open connections specific db in server?

the command

show processlist 

unfortunately, it has no narrowing parameters. if need them can command line:

mysqladmin processlist | grep database-name 

Comments

Popular posts from this blog

java - Custom OutputStreamAppender not run: LOGBACK: No context given for <MYAPPENDER> -

c++ - No viable overloaded operator for references a map -

java - UML - How would you draw a try catch in a sequence diagram? -