Documentation Home
MySQL Connector/NET Developer Guide
Related Documentation Download this Manual
PDF (US Ltr) - 1.3Mb
PDF (A4) - 1.3Mb


MySQL Connector/NET Developer Guide

Abstract

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 database applications.

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

For legal information, including licensing information, see the Preface and Legal Notices.

For help with using MySQL, please visit the MySQL Forums, where you can discuss your issues with other MySQL users.

Document generated on: 2024-03-18 (revision: 78098)


Table of Contents

Preface and Legal Notices
1 Introduction to MySQL Connector/NET
2 Connector/NET Versions
3 Connector/NET Installation
3.1 Installing Connector/NET on Windows
3.1.1 Installing Connector/NET Using the Standalone Installer
3.1.2 Installing Connector/NET Using NuGet
3.2 Installing Connector/NET on Unix with Mono
3.3 Installing Connector/NET from Source
4 Connector/NET Connections
4.1 Creating a Connector/NET Connection String
4.2 Managing a Connection Pool in Connector/NET
4.3 Handling Connection Errors
4.4 Connector/NET Authentication
4.5 Connector/NET Connection Options Reference
5 Connector/NET Programming
5.1 Using GetSchema on a Connection
5.2 Using MySqlCommand
5.3 Using Connector/NET with Table Caching
5.4 Preparing Statements in Connector/NET
5.5 Creating and Calling Stored Procedures
5.6 Handling BLOB Data With Connector/NET
5.6.1 Preparing the MySQL Server
5.6.2 Writing a File to the Database
5.6.3 Reading a BLOB from the Database to a File on Disk
5.7 Working with Partial Trust / Medium Trust
5.7.1 Evolution of Partial Trust Support Across Connector/NET Versions
5.7.2 Configuring Partial Trust with Connector/NET Library Installed in GAC
5.7.3 Configuring Partial Trust with Connector/NET Library Not Installed in GAC
5.8 Writing a Custom Authentication Plugin
5.9 Using the Connector/NET Interceptor Classes
5.10 Handling Date and Time Information in Connector/NET
5.10.1 Fractional Seconds
5.10.2 Problems when Using Invalid Dates
5.10.3 Restricting Invalid Dates
5.10.4 Handling Invalid Dates
5.10.5 Handling NULL Dates
5.11 Using the MySqlBulkLoader Class
5.12 Connector/NET Tracing
5.12.1 Enabling OpenTelemetry Tracing
5.12.2 Using the Connector/NET Trace Source Object
5.13 Using Connector/NET with Crystal Reports
5.13.1 Creating a Data Source
5.13.2 Creating the Report
5.13.3 Displaying the Report
5.14 Asynchronous Methods
5.15 Binary and Nonbinary Issues
5.16 Character Set Considerations for Connector/NET
6 Connector/NET Tutorials
6.1 Tutorial: An Introduction to Connector/NET Programming
6.1.1 The MySqlConnection Object
6.1.2 The MySqlCommand Object
6.1.3 Working with Decoupled Data
6.1.4 Working with Parameters
6.1.5 Working with Stored Procedures
6.2 ASP.NET Provider Model and Tutorials
6.2.1 Tutorial: Connector/NET ASP.NET Membership and Role Provider
6.2.2 Tutorial: Connector/NET ASP.NET Profile Provider
6.2.3 Tutorial: Web Parts Personalization Provider
6.2.4 Tutorial: Simple Membership Web Provider
6.3 Tutorial: Using an Entity Framework Entity as a Windows Forms Data Source
6.4 Tutorial: Data Binding in ASP.NET Using LINQ on Entities
6.5 Tutorial: Generating MySQL DDL from an Entity Framework Model
6.6 Tutorial: Basic CRUD Operations with Connector/NET
6.7 Tutorial: Configuring SSL with Connector/NET
6.7.1 Using PEM Certificates in Connector/NET
6.7.2 Using PFX Certificates in Connector/NET
6.8 Tutorial: Using MySqlScript
7 Connector/NET for Entity Framework
7.1 Entity Framework 6 Support
7.2 Entity Framework Core Support
7.2.1 Creating a Database with Code First in EF Core
7.2.2 Scaffolding an Existing Database in EF Core
7.2.3 Configuring Character Sets and Collations in EF Core
8 Connector/NET API Reference
8.1 MySql.Data.Common.DnsClient
8.2 MySql.Data.MySqlClient Namespace
8.3 MySql.Data.MySqlClient.Authentication Namespace
8.4 MySql.Data.MySqlClient.Interceptors Namespace
8.5 MySql.Data.MySqlClient.Replication Namespace
8.6 MySql.Data.Types Namespace
8.7 MySql.Data.EntityFramework Namespace
8.8 Microsoft.EntityFrameworkCore Namespace
8.9 MySql.EntityFrameworkCore Namespace
8.10 MySql.Web Namespace
9 Connector/NET Support
9.1 Connector/NET Community Support
9.2 How to Report Connector/NET Problems or Bugs
10 Connector/NET FAQ