I have to connect my JMeter script to AWS RDS database. When I am running my test with the below JDBC Connection configuration it is showing this error 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.)
JDBC Connection configuration:
JDBC Request:
Response Error Message:
I already added mysql-connector-java-8.0.25.jar file in Jmeter's /lib folder, but it didn't help.