vlambda博客
学习文章列表

踩坑:DBCP连接池报错:Communications link failure

    如题,公司以前项目的连接池用的是DBCP,在启动时报错:

Caused by: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure

    在mysql目录下的my.ini中修改如下:

,再重新启动就可以了原因是因为DBCP的机制问题,连接池改用druid就不会出现此问题,C3P0和DBCP都会有一定的问题,比如过段时间就链接失效