What is mysql connector version?

MySQL Community Downloads

Connector/Python

  • General Availability (GA) Releases
  • Archives
  • What is mysql connector version?

Connector/Python 8.0.30

Looking for previous GA versions?

Select Operating System:


MySQL Connector/Python is a standardized database driver for Python platforms and development. Additionally, MySQL Connector/Python 8.0 supports the new X DevAPI for development with MySQL Server 8.0.

Online Documentation:

  • MySQL Connector/Python Installation Instructions
  • Documentation
  • MySQL Connector/Python X DevAPI Reference
  • Change History

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

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

MySQL Connector/Python enables Python programs to access MySQL databases, using an API that is compliant with the Python Database API Specification v2.0 (PEP 249).

For notes detailing the changes in each release of Connector/Python, see MySQL Connector/Python Release Notes.

MySQL Connector/Python includes support for:

  • Almost all features provided by MySQL Server up to and including MySQL Server version 8.0.

    Connector/Python 8.0 also supports X DevAPI. For documentation of the concepts and the usage of MySQL Connector/Python with X DevAPI, see X DevAPI User Guide.

  • Converting parameter values back and forth between Python and MySQL data types, for example Python datetime and MySQL DATETIME. You can turn automatic conversion on for convenience, or off for optimal performance.

  • All MySQL extensions to standard SQL syntax.

  • Protocol compression, which enables compressing the data stream between the client and server.

  • Connections using TCP/IP sockets and on Unix using Unix sockets.

  • Secure TCP/IP connections using SSL.

  • Self-contained driver. Connector/Python does not require the MySQL client library or any Python modules outside the standard library.

For information about which versions of Python can be used with different versions of MySQL Connector/Python, see Chapter 3, Connector/Python Versions.

Note

Connector/Python does not support the old MySQL Server authentication methods, which means that MySQL versions prior to 4.1 will not work.


MySQL Community Downloads

Connector/NET

  • General Availability (GA) Releases
  • Archives
  • What is mysql connector version?

Connector/NET 8.0.30

Select Operating System:


Connector/NET is a fully-managed ADO.NET driver for MySQL.

MySQL Connector/NET 8.0 is compatible with all MySQL versions starting with MySQL 5.6. Additionally, MySQL Connector/NET 8.0 supports the new X DevAPI for development with MySQL Server 8.0.

Online Documentation:

  • MySQL Connector/NET Installation Instructions
  • Documentation
  • MySQL Connector/NET API Reference (requires Connector/NET 8.0)
  • Change History

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

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

There are two Connector/NET release series described in this guide:

  • MySQL Connector/NET 8.0 is a continuation of Connector/NET 7.0, but now named to synchronize the first digit of the version number with the (highest) MySQL server version it supports. This version combines the functionality of the previous Connector/NET release series, including support for X Protocol connections. Connector/NET customizes Entity Framework Core to operate with MySQL data, enables compression in the .NET driver implementation, and extends cross-platform support to Linux and macOS.

    MySQL Connector/NET 8.0 is highly recommended for use with MySQL Server 8.0.

  • MySQL Connector/NET 6.10 has reached end-of-service.

Secure connections using the TLSv1.2 protocol require Connector/NET 8.0.11 or later. In addition, your Microsoft Windows host must have the TLSv1.2 protocol enabled. Connections made using Windows named pipes or shared memory do not support the TLSv1.2 protocol. For general guidance about configuring the server and clients for secure connections, see Configuring MySQL to Use Encrypted Connections.

Note

.NET 6, .NET 5, .NET Core 3.1, and .NET Framework 4.8 (Windows only) include support for the TLSv1.3 protocol. Be sure to confirm that the operating system running your application also supports TLSv1.3 before using it exclusively for connections.

The following table shows the versions of ADO.NET, .NET (Core and Framework), and MySQL Server that are supported or required by MySQL Connector/NET. For the specific Entity Framework versions that Connector/NET targets, see Chapter 7, Connector/NET for Entity Framework.

Table 2.1 Connector/NET Requirements for Related Products

Connector/NET VersionADO.NET Version.NET Version RequiredMySQL ServerSupported?
8.0 2.x+

  • C/NET 8.0.28+: .NET 6 for VS 2022 (v17.0 or later) and VS 2019 for Mac (v8.10); .NET 5 for VS 2019 (v16.8) and VS 2019 for Mac (v8.8); .NET Core 3.1 for VS 2019 (version 16.4 or later); .NET Framework 4.8 for VS 2019 (version 16.3 or later)

  • C/NET 8.0.23+: .NET 5 for VS 2019 (v16.8) and VS 2019 for Mac (v8.8); .NET Core 3.1 for VS 2019 (version 16.4 or later); .NET Framework 4.8 for VS 2019 (version 16.3 or later)

  • C/NET 8.0.22+: .NET 5 for VS 2019 (v16.7) and VS 2019 for Mac (v8.7); .NET Core 3.1 for VS 2019 (version 16.4 or later); .NET Framework 4.8 for VS 2019 (version 16.3 or later)

  • C/NET 8.0.20+: .NET Core 3.1 for VS 2019 (version 16.4 or later); .NET Framework 4.8 for VS 2019 (version 16.3 or later)

  • C/NET 8.0.19+: .NET Core 3.0 for VS 2019 (version 16.3 or later); .NET Framework 4.8 for VS 2019 (version 16.3 or later)

  • C/NET 8.0.18+: .NET Core 3.0 for VS 2019 (version 16.3 or later)

  • C/NET 8.0.17+: .NET Core 2.2 for VS 2017 (version 15.0.9 or later), .NET Core 2.1 for VS 2017 (version 15.0.7 or later)

  • C/NET 8.0.10+: .NET Core 2.0 for VS 2017 (version 15.0.3 or later)

  • C/NET 8.0.8+: .NET Framework 4.5.x for VS 2013 / 2015 / 2017

8.0, 5.7, 5.6 Yes
6.10 archived version 2.x+

  • C/NET 6.10.9+: .NET Core 2.2 for VS 2017 (version 15.0.9 or later), .NET Core 2.1 for VS 2017 (version 15.0.7 or later)

  • C/NET 6.10.5+: .NET Core 2.0 for VS 2017 (version 15.0.3 or later)

8.0, 5.7, 5.6 Upgrade to 8.0

The following versions of Connector/NET are no longer supported:

  • MySQL Connector/NET 7.0 includes support for the X Protocol (development milestone releases only).

  • MySQL Connector/NET 6.9 includes new features such as a MySQL web personalization, sitemap, and simple membership providers. It also includes support for MySQL for Visual Studio 1.2 (or later).

  • Connector/NET 6.8 includes new features such as Entity Framework 6 support, added idempotent script for Entity Framework 6 migrations, changed EF migration history table to use a single column as primary key, removed installer validation when MySQL for Visual Studio is installed, and support for MySQL for Visual Studio 1.1.

    This version of Connector/NET is no longer supported.

  • Connector/NET 6.7 includes new features such as Entity Framework 5 support, built-in Load Balancing (to be used with a back end implementing either MySQL Replication or MySQL Clustering), a Memcached client (compatible with Innodb Memcached plugin) and support for Windows Runtime (WinRT) to write store apps. This version also removes all features related to Visual Studio Integration, which are provided in a separate product, MySQL for Visual Studio.

    This version of Connector/NET is no longer supported.

  • Connector/NET 6.6 includes new features such as stored procedure debugging in Microsoft Visual Studio, support for pluggable authentication including the ability to write your own authentication plugins, Entity Framework 4.3 Code First support, and enhancements to partial trust support to allow hosting services to deploy applications without installing the Connector/NET library in the GAC.

    This version of Connector/NET is no longer supported.

  • Connector/NET 6.5 includes new features such as interceptor classes for exceptions and commands, support for the MySQL 5.6+ fractional seconds feature, better partial-trust support, and better IntelliSense, including auto-completion when editing stored procedures or .mysql files.

    This version of Connector/NET is no longer supported.

  • Connector/NET 6.4 includes new features such as support for Windows authentication (when connecting to MySQL Server 5.5+), table caching on the client side, simple connection fail-over support, and improved SQL generation from the Entity Framework provider.

    This version of Connector/NET is no longer supported.

  • Connector/NET 6.3 includes new features such as integration with Visual Studio 2010, such as the availability of DDL T4 template for Entity Framework, and a custom MySQL SQL Editor. Other features include refactored transaction scope: Connector/NET now supports nested transactions in a scope where they use the same connection string.

    This version of Connector/NET is no longer supported.

  • Connector/NET 6.2 includes new features such as a new logging system and client SSL certificates.

    This version of Connector/NET is no longer supported.

  • Connector/NET 6.1 includes new features such as the MySQL Website Configuration Tool, and a Session State Provider.

    This version of Connector/NET is no longer supported.

  • Connector/NET 6.0 includes support for UDF schema collection, Initial Entity Framework, and use of the traditional SQL Server buttons in Visual Studio for keys, indexes, and so on.

    This version of Connector/NET is no longer supported.

  • Connector/NET 5.2 includes support for a new membership and role providers, Compact Framework 2.0, a new stored procedure parser and improvements to GetSchema. Connector/NET 5.2 also includes the Visual Studio Plugin as a standard installable component.

    This version of Connector/NET is no longer supported.

  • Connector/NET 5.1 includes support for a new membership and role providers, Compact Framework 2.0, a new stored procedure parser and improvements to GetSchema. Connector/NET 5.1 also includes the Visual Studio Plugin as a standard installable component.

    This version of Connector/NET is no longer supported.

  • Connector/NET 5.0 includes full support for the ADO.NET 2.0 interfaces and subclasses, includes support for the usage advisor and performance monitor (PerfMon) hooks.

    This version of Connector/NET is no longer supported.

  • Connector/NET 1.0 includes full compatibility with the ADO.NET driver interface.

    This version of Connector/NET is no longer supported.

The following table shows the .NET Framework version required and the MySQL server version supported by Connector/NET:

Table 2.2 Connector/NET Requirements for Related Products

Connector/NET VersionADO.NET Version Supported.NET Framework Version RequiredMySQL Server Version SupportedCurrently Supported
7.0 2.x+ .NET Core 1.1 for VS 2015 / 2017; .NET Framework 4.5.x for VS 2013 / 2015 / 2017 5.7, 5.6 No
6.9 2.x+ 3.5+ for VS 2008, 4.x+ for VS 2010 / 2012 / 2013, WinRT for VS 2012 / 2013 5.7, 5.6, 5.5 No
6.8 2.x+ 3.5+ for VS 2008, 4.x+ for VS 2010 / 2012 / 2013, WinRT for VS 2012 / 2013 5.7, 5.6, 5.5, 5.1, 5.0 No
6.7 2.x+ 2.x+ for VS 2008, 4.x+ for VS 2010 / 2012 / 2013, WinRT for VS 2012 / 2013 5.7, 5.6, 5.5, 5.1, 5.0 No
6.6 2.x+ 2.x+ for VS 2008, 4.x+ for VS 2010 / 2012 / 2013 5.7, 5.6, 5.5, 5.1, 5.0 No
6.5 2.x+ 2.x+ for VS 2008, 4.x+ for VS 2010 5.7, 5.6, 5.5, 5.1, 5.0 No
6.4 2.x+ 2.x+, 4.x+ for VS 2010 5.6, 5.5, 5.1, 5.0 No
6.3 2.x+ 2.x+, 4.x+ for VS 2010 5.6, 5.5, 5.1, 5.0 No
6.2 2.x+ 2.x+ 5.6, 5.5, 5.1, 5.0, 4.1 No
6.1 2.x+ 2.x+ 5.6, 5.5, 5.1, 5.0, 4.1 No
6.0 2.x+ 2.x+ 5.5, 5.1, 5.0, 4.1 No
5.2 2.x+ 2.x+ 5.5, 5.1, 5.0, 4.1 No
5.1 2.x+ 2.x+ 5.5, 5.1, 5.0, 4.1, 4.0 No
5.0 2.x+ 2.x+ 5.0, 4.1, 4.0 No
1.0 1.x 1.x 5.0, 4.1, 4.0 No


How do I find MySQL Connector version?

Check MySQL Version with V Command. The easiest way to find the MySQL version is with the command: mysql -V. ... .
How to Find Version Number with mysql Command. The MySQL command-line client is a simple SQL shell with input editing capabilities. ... .
SHOW VARIABLES LIKE Statement. ... .
SELECT VERSION Statement. ... .
STATUS Command..

What MySQL Connector version should I use?

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.

Which is the standard MySQL Connector?

The MySQL C API This is the primary method used to connect to an instance of the MySQL server, and is used both by MySQL command-line clients and many of the MySQL Connectors and third-party APIs detailed here.

What is MySQL current version?

This version contains the releases of MySQL 5.7 to MySQL 5.6. 27 versions. This version contains the releases of MySQL 8.0 to MySQL 8.0. ... Features Removed in MySQL 8.0..