1、mysql : too many connection
show processlist ;
show status;
set global max_connections=1000;
show variables like 'max_connections';
show status like '%Max_used_connections%';
1、mysql : too many connection
show processlist ;
show status;
set global max_connections=1000;
show variables like 'max_connections';
show status like '%Max_used_connections%';
本文标题:mysql问题排查汇编
本文链接:https://www.haomeiwen.com/subject/nowbkxtx.html
网友评论