MySQL查看连接数

MySQL查看连接数

1、查看部分连接数(数目较多时)

show processlist;

MySQL查看连接数

2、查看所有连接数(数目较多时)

show full processlist;

MySQL查看连接数

上一篇:python中遇到的各种问题


下一篇:mysql中using