Monitoring used connections on mysql to debug 'too many connections'

后端 未结 4 768
囚心锁ツ
囚心锁ツ 2020-12-31 03:07

On LAMP production server I get the \'too many connections\' error from MYSQL occasionally, I want to add monitoring to find if the reason is that I exceed the max-connectio

4条回答
  •  天涯浪人
    2020-12-31 03:37

    It might be easier for you to obtain the MySQL Admin, from that, you can easily monitor where the used connections are coming from. See here on this about the connections used...

提交回复
热议问题