Tag Archives: MySQL

Problem using MySQL JDBC on Tomcat 5.5 and Ubuntu 8.04

Normally when I build a web application that connects to a MySQL database, I would place the mysql-connector-java-bin.jar file into the WEB-INF/lib of the web application. However, when I deployed the application on Tomcat 5.5 on Ubuntu 8.04 I got … Continue reading

Posted in Java, MySQL, Tomcat, Ubuntu | Tagged , , , | Comments Off

MySQL for Ubuntu Quickstart Guide

Installing MySQL for Ubuntu From the Ubuntu desktop: Go to System > Administration > Synapatic Package Manager Search for “mysql-server” and “Mark for installation” Click on the “Apply” to install From the command line: $ sudo apt-get install mysql-server Setting … Continue reading

Posted in MySQL, Ubuntu | Tagged , | Comments Off