Skip to main content
MySqlConnector package icon

MySqlConnector

A truly async MySQL ADO.NET provider, supporting MySQL Server, MariaDB, Percona Server, Amazon Aurora, Azure Database for MySQL and more.

Total Downloads
252.5M
252,489,535
Published
Jul 7, 2020
Latest stable version

Install

.NET CLI
dotnet add package MySqlConnector --version 0.69.6
Package Manager Console
Install-Package MySqlConnector -Version 0.69.6
PackageReference
<PackageReference Include="MySqlConnector" Version="0.69.6" />

Frameworks

.NETFramework4.5 .NETFramework4.6.1 .NETFramework4.7.1 .NETStandard1.3 .NETCoreApp2.1 .NETCoreApp3.0 .NETStandard2.0 .NETStandard2.1

Dependencies

System.Buffers
.NETFramework4.5
[4.4.0, )
System.Memory
.NETFramework4.5
[4.5.0, )
[4.3.0, )
System.Buffers
.NETFramework4.6.1
[4.4.0, )
System.Memory
.NETFramework4.6.1
[4.5.0, )
[4.3.0, )
System.Buffers
.NETFramework4.7.1
[4.4.0, )
System.Memory
.NETFramework4.7.1
[4.5.0, )
[4.3.0, )
NETStandard.Library
.NETStandard1.3
[1.6.1, )
System.Buffers
.NETStandard1.3
[4.4.0, )
System.Data.Common
.NETStandard1.3
[4.3.0, )
[4.3.0, )
System.Memory
.NETStandard1.3
[4.5.0, )
[4.3.0, )
System.Net.Security
.NETStandard1.3
[4.3.1, )
[4.3.0, )
System.Buffers
.NETStandard2.0
[4.4.0, )
System.Memory
.NETStandard2.0
[4.5.0, )
[4.3.0, )

Adoption guide

Services requiring reliable async behavior and modern .NET compatibility with MySQL-family databases.

Databases guide
Why it appears in the guide: Fully managed async-first MySQL connector widely used for MySQL and MariaDB workloads. Trade-off: Engine-version and server-configuration differences still require integration testing in realistic environments.

Compatibility metadata lists 8 target frameworks; confirm the exact target used by your application.

The published metadata declares 21 direct dependency entries across framework groups. Inspect the resolved dependency graph for your target framework.

How to read this guidance

Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.

Useful next steps

Move from package metadata to a concrete selection or review workflow.