Wednesday 17 October 2012

How Many connections are open to your MySQL database

Issue the query ...

SHOW STATUS
where Variable_name like 'Threads_connected'


And that's it!

No comments:

Post a Comment