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;
show variables like 'max_connections';
set GLOBAL max_connections=1000;
show global variables like 'wait_timeout';
set global wait_timeout=300;