Mysql connector-java 8.0 18 jar

MySQL Community Downloads

Connector/J

  • General Availability [GA] Releases
  • Archives

Connector/J 8.0.30

Select Operating System:



Recommended Windows Download:

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.6. Additionally, MySQL Connector/J 8.0 supports the new X DevAPI for development with MySQL Server 8.0.

Online Documentation:

  • MySQL Connector/J Installation Instructions
  • Documentation
  • MySQL Connector/J X DevAPI Reference [requires Connector/J 8.0]
  • Change History

MySQL Connector/J 8.0 is highly recommended for use with MySQL Server 8.0, 5.7 and 5.6. Please upgrade to MySQL Connector/J 8.0.

Please report any bugs or inconsistencies you observe to our Bugs Database.
Thank you for your support!

MySQL Product Archives

MySQL Connector/J [Archived Versions]

Please note that these are old versions. New releases will have recent bug fixes and features!
To download the latest release of MySQL Connector/J, please visit MySQL Downloads.

Product Version:

Operating System:

MySQL open source software is provided under the GPL License.

MySQL Connector/J 8.0.18 has been released

Dear MySQL users,

MySQL Connector/J 8.0.18 is the latest General Availability release of
the MySQL Connector/J 8.0 series.  It is suitable for use with MySQL
Server versions 8.0, 5.7, and 5.6.  It supports the Java Database
Connectivity [JDBC] 4.2 API, and implements the X DevAPI.

This release includes the following new features and changes, also
described in more detail on

//dev.mysql.com/doc/relnotes/connector-j/8.0/en/news-8.0.18.html

As always, we recommend that you check the “CHANGES” file in the
download archive to be aware of changes in behavior that might affect
your application.

To download MySQL Connector/J 8.0.18 GA, see the “General Availability
[GA] Releases” tab at //dev.mysql.com/downloads/connector/j/

Enjoy!

Changes in MySQL Connector/J 8.0.18 [2019-10-14, General
Availability]

Bugs Fixed

     * A minor code improvement has been put into
       DatabaseMetaDataUsingInfoSchema.getColumns[]. [Bug #29898567,
       Bug #95741]

     * For a replication setup, when the connection property
       loadBalanceAutoCommitStatementThreshold was set to any values
       other than 0, load-balancing server switching failed. It was
       because in this case, LoadBalancedAutoCommitInterceptor did not
       have the required access to the parent connection proxy that
       had established the connection, and this fix enables such access.
       [Bug #25223123, Bug #84098]

     * An attempt to retrieve multiple result sets returned by
       asynchronous executions of stored procedures resulted in an
       ExecutionException. With this fix, Connector/J now works properly
       when asynchronous executions return multiple result sets.
       [Bug #23721537]

Enjoy and thanks for the support!

On behalf of the MySQL Release Team,
Nawaz Nazeer Ahamed

All Downloads are FREE. Search and download functionalities are using the official Maven repository.

  • Start
  • Class search
  • Maven online tool
  • Custom repository
  • POM generator
  • Info
    • JAR Catalog
    • Top libraries
    • Eclipse
    • FAQs
    • PHP Download
    • JavaScript Download
    • Partner: Your ethereum balance online
  • My project

  • Home
  • mysql
  • mysql-connector-java
  • 8.0.18
  • source code

Please wait. This can take some minutes ...

Project download

Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance.
Project price only 1 $

You can buy this project and download/modify it how often you want.


Information

These are the files of the artifact mysql-connector-java version 8.0.18 from the group mysql.

JDBC Type 4 driver for MySQL

Source code of mysql-connector-java version 8.0.18

META-INF

com.mysql.cj

com.mysql.cj.admin

com.mysql.cj.conf

com.mysql.cj.conf.url

com.mysql.cj.configurations

com.mysql.cj.exceptions

com.mysql.cj.interceptors

com.mysql.cj.jdbc

com.mysql.cj.jdbc.admin

com.mysql.cj.jdbc.exceptions

com.mysql.cj.jdbc.ha

com.mysql.cj.jdbc.integration.c3p0

com.mysql.cj.jdbc.integration.jboss

com.mysql.cj.jdbc.interceptors

com.mysql.cj.jdbc.jmx

com.mysql.cj.jdbc.result

com.mysql.cj.jdbc.util

com.mysql.cj.log

com.mysql.cj.protocol

com.mysql.cj.protocol.a

com.mysql.cj.protocol.a.authentication

com.mysql.cj.protocol.a.result

com.mysql.cj.protocol.result

com.mysql.cj.protocol.x

com.mysql.cj.result

com.mysql.cj.util

com.mysql.cj.x.protobuf

com.mysql.cj.xdevapi

com.mysql.jdbc

How do I get MySQL Connector JAR?

Procedure.
Download the MySQL Connector/J drivers at dev.mysql.com..
Install the . jar file and note its location for future reference. For example, install the . jar file at C:\Program Files\MySQL\MySQL Connector J\mysql-connector-java-5.1. 32-bin. jar..

Which JAR is needed for MySQL connection?

But only one file we need is the JAR file mysql-connector-java-VERSION. jar. Copy this file into your project and make it available in your program's classpath. You can use newer version of JDBC driver for MySQL.

What is MySQL Connector JAR?

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.6. Additionally, MySQL Connector/J 8.0 supports the new X DevAPI for development with MySQL Server 8.0. Online Documentation: MySQL Connector/J Installation Instructions.

How do I add MySQL Connector JAR to classpath?

You need to add the downloaded Java MySQL Connector JAR in client project's classpath . To do this, right click on your Java Project [JDBCMySQLSample] -> Properties -> Buildpath -> Libraries -> Add External JAR and select “mysql-connector-java-5.1. 14-bin. jar” JAR file.

Chủ Đề