hieuhtr / Blog

Don’t be lazy. Don’t make excuses. No one cares. Work fucking harder.
Other
6 stars 2 forks source link

Show active connections on MySQL #75

Open hieuhtr opened 6 years ago

hieuhtr commented 6 years ago
mysql> show status where `variable_name` = 'Threads_connected';
+-------------------+-------+
| Variable_name     | Value |
+-------------------+-------+
| Threads_connected | 4     |
+-------------------+-------+
1 row in set (0.00 sec)

https://stackoverflow.com/questions/7432241/mysql-show-status-active-or-total-connections