MYSQL JDBC Connection issue

Anmol Sarraf <[email protected]> Sat, 21 Sep 2024 12:15:19 +0530
Newsgroups gmane.comp.jakarta.jmeter.user
Message-ID <CAAy3U3vQFR_QPG3Omp8M+oos-yULA-Tm8UgRtnZx4P3fKa=uoQ@mail.gmail.com>
Hi Team,

I am trying to connect My SQL DB which is over SSH using JDBC connection
configuration in Jmeter. I am facing below error:

Response message:java.sql.SQLException: Cannot create
PoolableConnectionFactory (Communications link failure
The last packet sent successfully to the server was 0 milliseconds ago. The
driver has not received any packets from the server.)


In connection configuration, used database URL-
jdbc:mysql://hostname:3306/schemaname

Also using the latest mysql connector jar.

Please help!!

Thanks,
Anmol Sarraf