Setting Up MySQL/JDBC Driver on Ubuntu

Assuming that you already have MySQL installed, the next step is to install the connector driver. You can do this easily on the CLI by using the following command: sudo apt-get install libmysql-java The next step is to make sure that the classpath is set. You can have this set automatically by adding this command … Continue reading Setting Up MySQL/JDBC Driver on Ubuntu