can anyone teach me how to install mysql connector please
3 replies to this topic
#1
Posted 29 November 2010 - 05:29 PM
|
|
|
#2
Posted 29 November 2010 - 08:58 PM
With MySQL server installed and running, Here is what I did to download and install MySQL JDBC driver:
Go to the MySQL Drivers page.
Click Download link next to "JDBC Driver for MySQL (Connector/J)"
Click the Download link next to "Source and Binaries (zip) 5.0.7 8.3M"
Save the download file, mysql-connector-java-5.0.7.zip, to a temporary directory. The file size is about 8.5MB.
Unzip this file. I got a directory called mysql-connector-java-5.0.7. I moved and renamed this directory to \local\mysql-connector-java.
Finally, copy \local\mysql-connector-java\mysql-connector-java-5.0.7-bin.jar to \local\lib\mysql-connector-java-5.0.7-bin.jar.
The installation is done. You should read the documentation at \local\mysql-connector-java\docs\connector-j.pdf. Some version information of MySQL Connctor/J 5.0.7 is summarized here:
MySQL Connctor/J 5.0.7 implements version 3.0 of the JDBC specification.
MySQL Connctor/J 5.0.7 is a Type 4 driver - Pure Java and direct connection to the server.
MySQL Connctor/J 5.0.7 supports JDK 1.5.x environments.
Go to the MySQL Drivers page.
Click Download link next to "JDBC Driver for MySQL (Connector/J)"
Click the Download link next to "Source and Binaries (zip) 5.0.7 8.3M"
Save the download file, mysql-connector-java-5.0.7.zip, to a temporary directory. The file size is about 8.5MB.
Unzip this file. I got a directory called mysql-connector-java-5.0.7. I moved and renamed this directory to \local\mysql-connector-java.
Finally, copy \local\mysql-connector-java\mysql-connector-java-5.0.7-bin.jar to \local\lib\mysql-connector-java-5.0.7-bin.jar.
The installation is done. You should read the documentation at \local\mysql-connector-java\docs\connector-j.pdf. Some version information of MySQL Connctor/J 5.0.7 is summarized here:
MySQL Connctor/J 5.0.7 implements version 3.0 of the JDBC specification.
MySQL Connctor/J 5.0.7 is a Type 4 driver - Pure Java and direct connection to the server.
MySQL Connctor/J 5.0.7 supports JDK 1.5.x environments.
Lost!
#3
Posted 30 November 2010 - 07:30 PM
tnx .. . . . .
i have a question . . . . .
is Gui of Java on Demand?
i have a question . . . . .
is Gui of Java on Demand?
#4
Posted 01 December 2010 - 12:39 AM
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account


Back to top









