当前位置:Gxlcms > 数据库问题 > mysql 8.0 url配置

mysql 8.0 url配置

时间:2021-07-01 10:21:17 帮助过:68人阅读

在连接数据库配置都没错,jar包也有,但是还是报
Could not create connection to database server.错误,那是因为mysql8.0版本的使用的数据库连接字符串不一样,而且还对时区有要求,引用下面的连接即可
url: jdbc:mysql://localhost:3306/hao?characterEncoding=utf8&useSSL=false&serverTimezone=UTC&rewriteBatchedStatements=true
driver: com.mysql.cj.jdbc.Driver

mysql 8.0 url配置

标签:数据库连接   bat   tab   har   mys   ssl   jdbc   drive   false   

人气教程排行