
MySQL :: Download Connector/NET
We suggest that you use the MD5 checksums and GnuPG signatures to verify the integrity of the packages you download.
MySQL Connector/NET Developer Guide
Feb 9, 2026 · This manual describes how to install and configure MySQL Connector/NET, the connector that enables .NET applications to communicate with MySQL servers, and how to use it to develop …
Chapter 3 Connector/NET Installation - MySQL
MySQL Connector/NET runs on any platform that supports the .NET Standard (.NET Framework, .NET Core, and Mono). The .NET Framework is primarily supported on recent versions of Microsoft …
MySQL :: MySQL Connector/NET Developer Guide :: 3.1 Installing ...
On Microsoft Windows, you can install either through a binary installation process using a Connector/NET MSI, using NuGet, or by downloading and using the source code.
4.3 Connector/NET Installation - MySQL
MySQL Connector/NET runs on any platform that supports the .NET Standard (.NET Framework, .NET Core, and Mono). The .NET Framework is primarily supported on recent versions of Microsoft …
Chapter 4 MySQL Connector/NET Developer Guide
MySQL Connector/NET is the connector that enables .NET applications to communicate with MySQL servers. For notes detailing the changes in each release of Connector/NET, see MySQL …
MySQL Connector/NET and X DevAPI
MySQL Connector/NET 9.6 supports X Protocol, which enables you to use X DevAPI with the .NET language of choice to develop applications that communicate with a MySQL server functioning as a …
3.3 Installing Connector/NET from Source - MySQL
Building MySQL Connector/NET from the source code enables you to customize build parameters and target platforms such as Linux and macOS. The procedures in this section describe how to build …
Chapter 1 Introduction to MySQL Connector/NET
MySQL Connector/NET enables you to develop .NET applications that require secure, high-performance data connectivity with MySQL. It implements the required ADO.NET interfaces and integrates into …
MySQL :: MySQL Connector/NET 8.0.21 has been released
Jul 13, 2020 · * In Connector/NET 8.0.19, calling new MySqlConnection (null) returned NullReferenceException, rather than returning an object with a ConnectionString property equal to …