C3P0数据库连接错误:java.sql.SQLException: Connections could not be acquired from the underlying database!异常

今天使用C3P0数据源的时候,一直抛出异常:java.sql.SQLException: Connections could not be acquired from the underlying database!最后终于找到解决办法:MySQL版本不合适,只需要换一个jar包就可以了我原来使用...

今天使用C3P0数据源的时候,一直抛出异常:java.sql.SQLException: Connections could not be acquired from the underlying database!

最后终于找到解决办法:MySQL版本不合适,只需要换一个jar包就可以了

我原来使用的是mysql-connector-java-5.1.6-bin.jar,然后将jar包换成mysql-connector-java-5.1.44-bin.jar。重新运行就可以了!

本文标题为:C3P0数据库连接错误:java.sql.SQLException: Connections could not be acquired from the underlying database!异常

基础教程推荐