how to connect java and mysql using mysql connector java 5.1.12

Posted by user225269 on Stack Overflow See other posts from Stack Overflow or by user225269
Published on 2010-05-31T06:19:30Z Indexed on 2010/05/31 6:22 UTC
Read the original article Hit count: 434

Filed under:
|
|

I'm still a beginner in java. I dont have any idea on how to import the files that I have downloaded into my java class. Its in this path:

E:\Users\user\Downloads\mysql-connector-java-5.1.12

I don't know what to do with the files I extracted from the file that I have downloaded in the mysql site for me to connect my java application and mysql database.

I'm using Netbeans 6.8. And have also installed wampserver.

ive already check out This: http://stackoverflow.com/questions/2118369/java-trouble-connecting-to-mysql and this: http://stackoverflow.com/questions/1640910/connecting-to-a-mysql-database

But they don't seem to have answers on how to make use of the mysql java connector file from mysql site. Please help, thanks.

© Stack Overflow or respective owner

Related posts about java

Related posts about mysql