cPanelMichael

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

You could run a command such as:

Code:
mysqladmin processlist
This will show you which users are actively connecting to the database.

Thank you.