Mysql查看连接数(连接总数、活跃数、最大并发数)

📝

内容提要

1 2 show variables like '%max_connection%'; 查看最大连接数 set global max_connections=1000;        重新设置最大连接数 1 2 3 4 5 6 7 8 9 10 11 mysql> show status...

🏷️

标签

➡️

继续阅读