数据库连接报错com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure
Posted hequnwang10
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了数据库连接报错com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure相关的知识,希望对你有一定的参考价值。
连接数据库时候报错:com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure。
我的数据库是centos7 docker安装的mysql5.7
这个错误解决是地址改为:
url: jdbc:mysql://ip:3310/mysql?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&serverTimezone=GMT%2B8
在地址后面加useSSL=false&serverTimezone=GMT%2B8
以上是关于数据库连接报错com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure的主要内容,如果未能解决你的问题,请参考以下文章
解决报错提示:Loading class `com.mysql.jdbc.Driver‘.The new driver class is ‘com.mysql.cj.jdbc.Driver‘.(代码片
项目启动时数据库报错:com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure
java.lang.RuntimeException:找不到类 com.mysql.cj.jdbc.Driver
解决com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure问题的操作顺序
配置错误。找不到类 [com.mysql.cj.jdbc.Driver]。 EclipseLink,MySQL 驱动程序