View MySQL usage of all accounts at once

kabatak

Well-Known Member
Jun 10, 2009
149
9
68
Hello, is there a way to view MySQL usage of all Cpanel accounts at once, kinda like having a MySQL column in WHM > List Accounts?
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,268
463
Hello :)

You could use a command such as this to view active MySQL processes:

Code:
mysqladmin processlist
Or, are you referring to MySQL disk space usage, or some other type of report?

Thank you.