I need your precious help in my problem I am facing.
I am Installing Connector/J MySQL JDBC Driver in the following environment properties:
[1] OS: Windows Advanced Server
[2] DBase: database MySQL 4.0.20d
[3] App Server: Tomcat 4.0.6
[4] Http Server: Apache 1.3.27
I need to know the exact steps to follow as to use the Connector/J as I am using the MyODBC 3.51 of MySQL, yet it is required to use the Connector/J only.
Also, I need to know what driver to use:
Class.forName("com.mysql.jdbc.Driver").newInstance();
and what URL to include:
con = java.sql.DriverManager.getConnection("jdbc:mysql:mydbase","username","password");
Please, send me all required steps that were already deployed and working.