I’d like to know if jdbc by itself is compatible with mysql or do I have to intsall something extra? I was told it is not compatible and that I’d have to use a different database.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It does.
You have to use the correct mysql jdbc driver and that’s it!
Some useful links:
Little old but still helpful:
Using JDBC with MySQL, Getting Started
Official reference:
Official JDBC Driver
JDBC reference
You have to look at your specific version.
MySQL belogs to Sun Microsystems now after all
Using MySQL from Java