Jmeter连接mysql测试
Jmeter教程(9)--Jmeter连接mysql测试
Jmeter教程(9)--Jmeter连接mysql测试

如果报错出现如下信息
Cannot create PoolableConnectionFactory (The server time zone value ‘???��������??��??’ is unrecognized or represents more than one time zone. You must configure either the server or JDBC driver (via the serverTimezone configuration property) to use a more specifc time zone value if you want to utilize time zone support.)
只需要修改url连接即可
Jmeter教程(9)--Jmeter连接mysql测试
在连接mysql的url后添加:?serverTimezone=UTC即可
这样查询结果就出来了
Jmeter教程(9)--Jmeter连接mysql测试

相关文章:

  • 2022-12-23
  • 2021-04-25
  • 2021-04-02
  • 2021-05-30
  • 2022-01-05
  • 2021-10-02
猜你喜欢
  • 2022-01-07
  • 2022-12-23
  • 2021-11-25
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案