I am configuring JDBC Connection in jmeter 2.8. I am using MySQL database. And also placed mysql-connector-java-5.1.24-bin.jar
in jmeter /lib
directory.
Problem is when i run the sampler it gives a message
No suitable driver found for jdbc:mysql://localhost:3306/Testing
in Response data tab in Results Tree. I am using Ubuntu OS. Can any one help me out?