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

用到的命令行: 

show status like 'Threads%';

show variables like '%max_connections%';

show global status like 'Max_used_connections';

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

set global max_connections=1000;
posted @ 2020-02-07 13:33  X1aoYE  阅读(441)  评论(0编辑  收藏  举报