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 -

javascript - Reference error while trying to encapsulate an animation function -

SQL php on different pages to Insert (mysqli) -