-
Mysql Driver For Windows 10
Free download MySQL Connector/ODBC (MyODBC) 5.1.6 for Windows 10. MySQL Connector/ODBC (also known as MyODBC) allows you to connect to a MySQL database server using the ODBC database API on all Microsoft Windows and most Unix platforms, including through such applications and programming environments such as M. MySQL Connector/ODBC (64-Bit) provides both driver-manager based and native interfaces to the MySQL database, with full support for MySQL functionality, including stored procedures, transactions. ODBC stands for Open Database Connectivity. This is an API that acts as a bridge between your operating system and database management system such as MySQL. You’ll need to have the Windows 10 MySQL ODBC driver to access MySQL databases. With that driver you can then use your databases with numerous applications.
Active3 years, 9 months ago
I installed
jdk 1.8 (64 bit)
on Windows 10. I also installedMySQL workbench 6.3
.When I connect my Java application with a MySQL database, I am getting:
To get rid of this problem I already copied the MySQL java connector .jar file in
C:Program FilesJavajre1.8.0_51libext
folder. Vmware workstation 12 for windows 10 free download.Also I set the
PATH
in system variables by going into advanced environment settings panel.Still getting same message when running my Java application.
rzo
Mysql Driver Download For Windows 10
3,36922 gold badges1717 silver badges5656 bronze badgesVikas RattanVikas Rattan
Mysql Odbc 5.1 Driver For Windows 10
1 Answer
You need to check following things:
1. Unzip driver jar file and check 'com.sql.jdbc.Driver' is available?
2. If not then you can download latest jar file from mysql web page.
3. In side 'com.mysql.jdbc' package 'Driver' class is there, so you can use 'com.mysql.jdbc.Driver' driver.
4. If you run your application on cmd or linux terminal then set classpath for complie and run your application.
5. If you use any IDE then update your application build path with driver jar.Satish KumarSatish Kumar
Install Mysql Driver Windows 10
Not the answer you're looking for? Browse other questions tagged javamysqljdbcwindows-10 or ask your own question.