spring | 踩坑 | Could not get JDBC Connectionl nested exception is java.sql.SQLException...

Posted 茶哩哩

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了spring | 踩坑 | Could not get JDBC Connectionl nested exception is java.sql.SQLException...相关的知识,希望对你有一定的参考价值。

问题描述

使用IDEA用maven管理项目,使用spring+jdbc连接数据库,最后编写测试类运行后
出现如下错误

问题重现

Could not get JDBC Connectionl nested exception is java.sql.SQLException...

Connections could not be acquired from the underlying database!

image

问题分析

根据网络上的解答教程,可知此问题的原因是
mysql数据库驱动和mysql数据库版本不一致,具体配置是
mysql为V 8.0.21,mysql-connector-drive是V 5.1.6

问题解决

使用maven 修改配置文件,将mysql-connector版本改为8.0.21即可


⚠️ 注: 是的在新版的驱动中
新增cj

image
使用jdbc下的Driver也行

以上是关于spring | 踩坑 | Could not get JDBC Connectionl nested exception is java.sql.SQLException...的主要内容,如果未能解决你的问题,请参考以下文章

docker 踩坑笔记之 psql: could not connect to server

博客项目踩坑-Could not write JSON: Infinite recursion (StackOverflowError)

博客项目踩坑-Could not write JSON: Infinite recursion (StackOverflowError)

博客项目踩坑-Could not write JSON: Infinite recursion (StackOverflowError)

fltk-rs踩坑记录,解决could not find native static library cfltk, perhaps an -L flag is missing 问题

使用 Spring Roo 项目并获取 org.hibernate.LazyInitializationException: could not initialize proxy - no Sessi