完美解决mysql 8.0高版本兼容性各种问题

1,下载高版本驱动包 (mysql-connector-java-8.0.15.jar)

提取码:t27v

2,更换驱动名

以前:com.mysql.jdbc.Driver

现在:com.mysql.cj.jdbc.Driver

3,删除原来驱动包

项目上右键->Build Path->Configure Build Path->Libraries中带错误的jar包remove

4,由于版本时区不同,在连接数据库后面加一句“?serverTimezone=UTC"

5,如果时区问题还不能解决:

1 show variables like %time_zone%2 set global time_zone=+8:00;

 

文章来自:https://www.cnblogs.com/smartisn/p/12934376.html
© 2021 jiaocheng.bubufx.com  联系我们
ICP备案:鲁ICP备09046678号-3