mysql 错 Could not open JDBC Connection for transaction; nested exception is java.sql.SQLExceptio(代码片

Posted 哟吼!

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了mysql 错 Could not open JDBC Connection for transaction; nested exception is java.sql.SQLExceptio(代码片相关的知识,希望对你有一定的参考价值。

我的报错的原因是数据库连接失败。

(一般项目等好长时间才报错就是没连上数据库,因为没连上数据库需要等几秒才会报错

 

1、检查用户名密码错误没(很少人犯这种错误

2、数据库依赖的jar包,现在好多人看视频学习,其实有的jar包更新好快,用之前的jar包不能连接现在高版本数据库(我就是这个原因

<dependency>
                <groupId>mysql</groupId>
                <artifactId>mysql-connector-java</artifactId>
                <version>8.0.15</version>
            </dependency>

 

看一下自己mysql数据库版本,上网找一下对应的jar包

 

以上是关于mysql 错 Could not open JDBC Connection for transaction; nested exception is java.sql.SQLExceptio(代码片的主要内容,如果未能解决你的问题,请参考以下文章

IAR报错笔记“Could not open macro file“ 与 “Error in macro file“

IAR报错笔记“Could not open macro file“ 与 “Error in macro file“

NFS启动时报错Linux NFS:could not open connection for tcp6

keil编译时报错:error: L6002U: Could not open file .\***\core_cm3.o

Could not open Hibernate Session for transaction

解决Could not open input file: think问题