1、具体连接操作

  • 首先将mysql-connector-java-8.0以上的jar包放到FindReport安装目录下的webapps下的WEB-INF下的lib下。

finereport连接mysql8.0的解决办法

finereport连接mysql8.0的解决办法

  • 打开finereport,找到定义数据连接

finereport连接mysql8.0的解决办法

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

finereport连接mysql8.0的解决办法

 

 2、需要注意的地方

finereport连接mysql8.0的解决办法

 

相关文章:

  • 2022-02-09
  • 2021-04-20
  • 2022-12-23
  • 2023-01-19
  • 2021-10-06
  • 2021-04-20
  • 2022-12-23
猜你喜欢
  • 2021-11-19
  • 2021-04-14
  • 2021-05-29
  • 2022-12-23
  • 2021-12-01
  • 2021-12-15
  • 2021-07-15
相关资源
相似解决方案