Cannot connect to MySQL over TCP locally - Connection Timeout - Ubuntu 9.04
- by gav
I am running Ubuntu and am ultimately trying to connect Tomcat to my MySQL database using JDBC.
It has worked previously but after a reboot the instance now fails to connect.
Both Tomcat 6 and MySQL 5.0.75 are on the same machine
Connection string: jdbc:mysql:///localhost:3306
I can connect to MySQL on the command line using the mysql command…