Install mysql jdbc driver Linux

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.

Leave a Reply

Your email address will not be published. Required fields are marked *