mysql问题排查汇编
2017-07-24 本文已影响0人
燃烧吧hjc
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%';