I am trying to connect to a MySQL database (add new dataset) and I receive the error: Java Class not found in classpath: com.mysql.jdbc.Driver
I downloaded the latest MySQL drivers and restarted the application, but still get the same error. I can't find anything in the Community in regards to connecting to a MySQL database regarding this error message.
Any help would be greatly appreciated.