JDBC Request: Can not load JDBC driver class 'com.mysql.jdbc.Driver' solution

In Jmeter the run JDBC Request, you receive a Can not load JDBC driver class 'com.mysql.jdbc.Driver', in the online search a number of ways to combine their own situation, found the following solutions:

1. Click here to download mysql-connector-java-5.1.47.zip (or any other version)

2. After decompression, the mysql-connector-java-5.1.47 folder mysql-connector-java-5.1.47-bin.jar Jmeter file into the installation directory \ apache-jmeter-5.1.1 \ lib \ ext

3. Restart Jmeter

So, you can solve.

Reference blog: https: //www.cnblogs.com/insane-Mr-Li/p/10725428.html, thanks!

Guess you like

Origin www.cnblogs.com/joyli/p/11037323.html