Am assuming you already have MySQL installed, download the MySQL Connector-J from their website.
Unzip/Untar the file and copy mysql-connector-java-version-bin.jar to java jre/lib/ext. Doing this will allow the java interpreter to find the driver.
Just another page out of my life
Am assuming you already have MySQL installed, download the MySQL Connector-J from their website.
Unzip/Untar the file and copy mysql-connector-java-version-bin.jar to java jre/lib/ext. Doing this will allow the java interpreter to find the driver.