查看超时释放 show variables where variable_name like '%timeout' 查看链接数 show processlist show full processlist 查看最大连接数 show variables like '%max_connections%' 修改最大连接数 set GLOBAL max_connections = 20
查看超时释放
show variables where variable_name like '%timeout'查看链接数
show processlistshow full processlist
查看最大连接数
show variables like '%max_connections%'修改最大连接数
set GLOBAL max_connections = 200;参考博客
[1]