Download Mysql Jdbc Driver 5.6
Failed to find or load the JDBC driver: com.mysql.jdbc.Driver' I use. Password secret should I download MySQL. How Can I use MySQL driver in BW 5.6 designer. I have current MySQL version 5.6.22 x64. Connector/J 5.1.34 is latest version the official JDBC driver for MySQL. Where can I download mysql jdbc jar from. MySQL Connector/J is the official JDBC driver for MySQL. MySQL Connector/J 8.0 is compatible with all MySQL versions starting with MySQL 5.5. Additionally, MySQL Connector/J 8.0 supports the new X DevAPI for development with MySQL Server 8.0. Download a JDBC driver for MySQL (for example, the Connector/J driver).; If the file that you downloaded is in an archive format (for example,.zip,.tar.gz, and so on), extract its contents.
Download Mysql Driver For Java
I have current MySQL version 5.6.22 x64 installed.Can I user a v5.1 connector jar?- Im not finding the 5.6 connector jar. Is there any?
Download Connector/J. MySQL Connector/J is the official JDBC driver for MySQL. MySQL Connector/J 8.0 is compatible with all MySQL versions starting with MySQL 5.5.
The purpose is to configure my Wildfly server with it.


My OS is a Windows 8.1 x64bits
1 Answer
Yes, of course. Connector/J 5.1.34 is latest version the official JDBC driver for MySQL.
See docs http://dev.mysql.com/doc/connector-j/en/connector-j-versions.html
Connector/J 5.1 is a Type 4 pure Java JDBC driver, which conforms to the JDBC 3.0 and JDBC 4.0 specifications. It provides compatibility with all the functionality of MySQL, including 4.1, 5.0, 5.1, 5.5, 5.6, and 5.7.
Federico SierraFederico Sierra