Hi,
I am trying to connect to mySQL DB using OOTB JDBC connector. I am using the below mentioned JAR and Driver class. (“com.mysql.cj.jdbc.Driver”) JAR=>mysql-connector-java-8.0.27.
I have extratcted the jar and validated the classess which seems good. But still i see the below error.
We have detected an error from the managed system.
Error Received:
[ InvalidConfigurationException ] [ Possible suggestions ] Verify that the driver details are correct/Missing required jar. [ Error details ] Error occurred before establishing the connection with Server. java.lang.ClassNotFoundException : com.mysql.cj.jdbc.Driver
Any pointer here !
Many thanks