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
Post a Comment