Answers for "specified jdbc driver com.mysql.cj.jdbc.driver could not be loaded"

SQL
0

Error: com.mysql.cj.jdbc.Driver not loaded. Are you sure you've included the correct jdbc driver in :jdbc_driver_library?

You might be using mysql-connector-java_5.1.45,
and specifying "com.mysql.cj.jdbc.Driver" as the driver class.
You should use either mysql-connector-java_8.0.21, or use the old
driver class "com.mysql.jdbc.Driver"
Posted by: Guest on September-14-2020

Code answers related to "specified jdbc driver com.mysql.cj.jdbc.driver could not be loaded"

Code answers related to "SQL"

Browse Popular Code Answers by Language