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%';

上一篇下一篇

猜你喜欢

热点阅读