Running out of DB connections!

前端 未结 5 1692
误落风尘
误落风尘 2021-02-03 11:52

I\'m running a Spring/Hibernate connecting to MySQL setup using c3p0 as my connection pool. For some bizarre reason it runs out of connections when the system is under load (of

5条回答
  •  余生分开走
    2021-02-03 12:21

    I also had this problem. The cause was that the user does not has the grants for the host, because the /etc/hosts entry has been modified.

提交回复
热议问题