show variables like '%max_connections%';
show global status like 'Max_used_connections';
show status like 'Threads%';
show status like '%max_connections%';
show full processlist;
show global variables like 'wait_timeout';
set global max_connections=1000;
set global wait_timeout=500;
set global interactive_timeout=500;
mysql连接数过多
最新推荐文章于 2025-05-20 17:05:07 发布