mysql-too many connctions

mysql-too many connctions

最大连接数

show variables like 'max_connections';
set GLOBAL max_connections=1000;

最大睡眠时间

show global variables like 'wait_timeout';
set global wait_timeout=300;
posted @ 2022-09-05 13:44  bitterteaer  阅读(18)  评论(0编辑  收藏  举报