Reputation: 1
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