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 - Ebean enhancement ignores a model -

ubuntu - How to disable Kernel Module Signing in linux -

SQL php on different pages to Insert (mysqli) -