解决FineReport连接mysql8.0以上版本无法连接的问题

解决FineReport连接mysql8.0以上版本无法连接的问题

1.下载驱动

https://static.runoob.com/download/mysql-connector-java-8.0.16.jar

2.将驱动放到如下文件夹中

FineReport_10.0webappswebrootWEB-INFlib

3.连接

  • 驱动器:com.mysql.cj.jdbc.Driver
  • URL:jdbc:mysql://localhost:3306/数据库名?useSSL=false&serverTimezone=UTC

原文地址:https://www.cnblogs.com/bianchengxia/p/14216775.html