输入banner图图片脚本导航/分类

MySQL查看连接数_MySQL

MySQL查看连接数

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

show processlist;

/

2、查看全部连接数(数目较多时)

show full processlist;