4

I wanted to know, What jars do I need to have to connect to MySQL, and Where can I download it?

I googled it but there are so many of'em. Can somebody tell me what class DO I need to use.?

Thanks

1 Answer 1

3

You need the mysql-connector-java-5.1.6-bin.jar (or if you want some other version, you can download that). Here is where to find them:

http://dev.mysql.com/get/Downloads/Connector-J/mysql-connector-java-5.1.6.tar.gz/from/pick?file=Downloads/Connector-J/mysql-connector-java-5.1.6.tar.gz&mirror=pick

For an example of how to connect using mysql, there are plenty of tutorials, here's one to check out: http://www.stardeveloper.com/articles/display.html?article=2003090401&page=1

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.