How to download MySQL JDBC driver?

Hi,

What is JDBC Driver?

How to download MySQL JDBC driver?

Thanks

View Answers

April 16, 2017 at 10:38 PM

Hi,

JDBC - Java database connectivity is the API from Java for connecting to a database from Java program. Its API and different database vendors have developed driver implementation for their database.

MySQL is one of the database which can be connected from Java program. To connect to MySQL database from Java program we need JDBC Driver of MySQL.

Check this tutorial MYSQL Java Connector Library for complete details JDBC driver download.

Thanks


April 16, 2017 at 10:40 PM

Hi,

Following tutorial teaches you to download and use MySQL JDBC Driver:

MySQL JDBC driver can be downloaded from https://dev.mysql.com/downloads/connector/j/

Thanks









Related Tutorials/Questions & Answers:
Advertisements