数据库
首页 > 数据库> > mysql连接失败

mysql连接失败

作者:互联网

mysql8及以上版本在编译中建立连接时要加上时区

image

spring: datasource: url: jdbc:mysql://localhost:3306/mysql?useUnicode=true&characterEncoding=utf8&useSSL=false&allowPublicKeyRetrieval=true&serverTimezone=GMT%2B8

标签:useSSL,false,mysql8,失败,mysql,true,连接
来源: https://www.cnblogs.com/czh4869/p/16416547.html