express写的接口在疯狂刷新几十次后,服务器挂掉

用到的命令行: 

show status like 'Threads%';

show variables like '%max_connections%';

show global status like 'Max_used_connections';

 所以可以在mysql 命令行 尝试下重新设置以下最大连接数

set global max_connections=1000;

猜你喜欢

转载自www.cnblogs.com/XiaoYEBLog/p/12272774.html