jmeter连接数据库
一直连接不上数据库,报错信息如下。
Loading class ``com.mysql.jdbc.Driver'
. This is deprecated. The new driver class is ``com.mysql.cj.jdbc.Driver``'. The driver is automatically registered via the SPI and manual loading of the driver class is generally unnecessary.
在连接信息后面增加
?serverTimezone=UTC&useSSL=false
如下图