PARTNERS - Please join us for our upcoming webinar:
Leveraging Intelligent Recommendations for Operational Transformation.
AMS Partners click HERE | EMEA/APJ Partners click HERE

AWS RDS MYSQL database Integration

Pavan1603
New Contributor III
New Contributor III

Hello, 

I am trying to connect to MYSQL database in AWS RDS and connection details are below.

Connection URL: jdbc:mysql:aws//Instancename.rds.amazonaws.com:3306

Given credentials and Driver Name: software.aws.rds.jdbc.mysql.Driver

I have downloaded a jar for this from maven repository [aws mysql jdbc 1.1.4.jar] and added it to External jars in file directory.

Please check and let me know if I am using correct URL, jar file and driver


Error: 

  • No suitable driver found. Target Error Message: [No suitable driver found for jdbc:mysql:aws//DBNAME.XXXXXX.eu-north-1.rds.amazonaws.com:3306]
7 REPLIES 7

rushikeshvartak
All-Star
All-Star
  • Does restart has been performed after uploading jar file ?

Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

Pavan1603
New Contributor III
New Contributor III

Yes

Does restart of all pods done with help of saviynt support ticket


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

Pavan1603
New Contributor III
New Contributor III

No, Just restarted all services.

Raise support ticket to restart all pods and try


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

Pavan1603
New Contributor III
New Contributor III

Is URL and Driver name correct?

  • URL Format: jdbc:mysql://Instancename.rds.amazonaws.com:3306/DBNAME
  • Driver Class: software.aws.rds.jdbc.mysql.Driver

Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.