当前位置:   article > 正文

IDEA链接数据库报错_could not create connection to database server. at

could not create connection to database server. attempted reconnect 10 times

报错内容:[08001] Could not create connection to database server. Attempted reconnect 3 times. Giving up.

这个错误信息主要是因为时区的问题,所以...记录下来

在URL后面添加?serverTimezone=UTC
示例一:jdbc:mysql://localhost:3306/permission?serverTimezone=UTC
示例二:jdbc:mysql://localhost:3306/permission?useUnicode=true&characterEncoding=UTF-8

示例三:jdbc:mysql://localhost:3306/permission?useUnicode=true&characterEncoding=UTF-8&serverTimezone=UTC

示例四:jdbc:mysql://localhost:3306/test?serverTimezone=GMT 之后才行
JDBC是mysql-connector-java-8.0.11.jar,设置过时区 set time_zone = '+8:00'

这里只介绍解决方法,包括SQLserver以及Oracle都会出现类似的情况,这里就不一一介绍了,了解数据库使用的时区是UTC(世界标准时间)还是GMT(格林尼治标准时间)。

声明:本文内容由网友自发贡献,转载请注明出处:【wpsshop博客】
推荐阅读
相关标签
  

闽ICP备14008679号