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

SQL php on different pages to Insert (mysqli) -

php - How can an email be returned from Stripe Checkout? -

sql - Partition elimination in Greenplum -