Jump to content

how to install and configure mysql connector to java

- - - - -

  • Please log in to reply
3 replies to this topic

#1
tontonskie

tontonskie

    Newbie

  • Members
  • PipPip
  • 15 posts
can anyone teach me how to install mysql connector please

#2
isuru

isuru

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 233 posts
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.
Lost!

#3
tontonskie

tontonskie

    Newbie

  • Members
  • PipPip
  • 15 posts
tnx .. . . . .


i have a question . . . . .

is Gui of Java on Demand?

#4
isuru

isuru

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 233 posts

Quote

is Gui of Java on Demand?

What did you mean???
Lost!




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users