Table of Contents
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 Windows and Microsoft Windows Server.
Cross-platform options:
.NET Core provides support on Windows, macOS, and Linux.
Open Source Mono platform provides support on Linux.
Connector/NET is available for download as a standalone MSI Installer or from the NuGet gallery. The source code is available for download from MySQL Download MySQL Connector/NET or at GitHub from the MySQL Connector/NET repository.
Starting with Connector/NET 8.0.33, application developers must ensure the availability of following libraries at run time. Previously, the libraries were bundled with Connector/NET installations.
For applications using OCI Authentication and SSL Certificates validation:
Portable.BouncyCastle
(see https://www.nuget.org/packages/Portable.BouncyCastle)
For applications using X DevAPI:
K4os.Compression.LZ4.Streams
(see https://www.nuget.org/packages/K4os.Compression.LZ4.Streams)Google.Protobuf
(see https://www.nuget.org/packages/Google.Protobuf)