Jonu Fele
Jonu Fele

Reputation: 1

In a shared hosting how do I consult the number of active connections for my site's mysql user credentials?

I know this lists all active (concurrent) connections on a MySQL server:

SHOW GLOBAL STATUS WHERE variable_name = 'Threads_running'

Does this refer to the whole server (all mysql users) or just the current logged user making this request?

Upvotes: -3

Views: 12

Answers (0)

Related Questions