I’m learning java programming in windows operating system. And I’m wondering how can I possible to access my MySql database using Java language? Do I need to install additional drivers?
I’m learning java programming in windows operating system. And I’m wondering how can I
Share
You need to add the mySQL JDBC driver to your project libraries.
http://www.mysql.com/downloads/connector/j/
Here is an official link provided from the mySQL tutorials section of examples on how to make a connection:
http://www.developer.com/java/data/jdbc-and-mysql-discussion-and-sample-code-for-jdbc-programs.html