problems connecting java and MYSQL
Hi everyone,
I am working on Suse 9.3
I have problems in connecting to MYSQL from Java.I am able to complie my java file but during execution i get the following errors.I have set my classpath to
mysql-connector-java.jar and
/usr/lib/jvm-exports/java-1.4.2-sun-1.4.2.05/jdbc-stdext-1.4.2.jar.
Errors
java.sql.SQLException: Unable to connect to any hosts due to exception: java.net.ConnectException: Connection refused
Could anyone help me to overcome this issue?
-Jegan

