美文网首页
mysql问题排查汇编

mysql问题排查汇编

作者: 燃烧吧hjc | 来源:发表于2017-07-24 17:14 被阅读0次

    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