Install Mysql Connector 3.1

  1. Download connector for your version of MySQL
    1. If running mySQL 4.1
      Download version 3.1.12+ from http://dev.mysql.com/downloads/connector/j/3.1.html
    2. If running MySQL 5.0.x
      Download version 5.0.4+ from http://dev.mysql.com/downloads/connector/j/5.0.html
  2. Extract the file to /opt
  3. Copy mysql-connector-java-<version>-bin.jar to $CATALINA_HOME/common/lib
  4. Delete the extracted folder