I am trying to connect to a remote Mysql Server ver.4.0.17 ,using a driver
“mysql-connector-java-3.0.17-ga-bin.jar”.
I copy the driver to my Web project’s Webroot/Web-inf/lib directory.I am giving
Driver name as “com.mysql.jdbc.Driver” in driver field and in Url field I am giving
“jdbc:mysql://www.xyz.com:12000/northwind” .But when I run the program it gives error “Error loading Driver:java.lang.ClassNotFoundException:com.mysql.jdbc.Driver”
Whats wrong in all this process.