mysql之关于连接mysql 8.0连接url

Could not create connection to database server.错误,那是因为mysql8.0版本的使用的数据库连接字符串不一样,而且还对时区有要求,引用下面的连接即可
url: jdbc:mysql://localhost:3306/yinliu?characterEncoding=utf8&useSSL=false&serverTimezone=UTC&rewriteBatchedStatements=true 
 
driver: com.mysql.cj.jdbc.Driver
posted @ 2019-06-28 15:03  一条有梦想的海洋咸鱼  阅读(8326)  评论(0编辑  收藏  举报