Hi
I am trying my lab to connect to My Sql
I did the following
In Deployment menu, I configured all the JDBC Library
In the engine I downloaded mysql-connector jar and restarted the engine
In the connection I gave the connection string, username and password, however when I test connection I am getting the following error
- JDBC_00 - Cannot connect to specified database: java.sql.SQLException: No suitable driver found for jdbc:mysql://mysqldb:3306/zomato
Is there anything I am missing here.?