Hi
Can someone please take me through how to make a connection to a MySQL database using Java in Netbeans.
I have downloaded the driver from MySQL, unzipped it to my location, and added the driver to the editor. After adding the driver, I can see it in the editor and my database along with the tables.
However, when I use Java code to make a connection, I get the following exception message:
...