Mysql查看连接数(连接总数、活跃数、最大并发数)
| 1
2 |
show variables like '%max_connection%'; 查看最大连接数
|
| 1
2 3 4 5 6 7 8 9 10 11 |
mysql> show status like 'Threads%';
|
记录-交流-Web开发知识分享
| 1
2 |
show variables like '%max_connection%'; 查看最大连接数
|
| 1
2 3 4 5 6 7 8 9 10 11 |
mysql> show status like 'Threads%';
|
近期评论