I have downloaded the java connector and added it to my external library, however I am still unable to connect to my database. The error occurs at
Class.forName(driver);
Error:java.lang.ClassNotFoundException: com.mysql.jdbc.Driver
I've attached a screenshot which should show everything that you need to know.
SOLUTION: Turns out, you have to put the entire downloaded file in the External Library, not just the folder that its located in

