MySqlConnector icon indicating copy to clipboard operation
MySqlConnector copied to clipboard

MySQL Connector for .NET

Results 133 MySqlConnector issues
Sort by recently updated
recently updated
newest added

**Software versions** MySqlConnector version: 2.1.10 (nuget latest stable) Server type (MySQL, MariaDB, Aurora, etc.) and version: 8.0.19 .NET version: .NET 6.0 (6.0.300) (Optional) ORM NuGet packages and versions: N/A **Describe...

Connecting to the server in order to issue "KILL QUERY" command (after query has timed out) fails with "access denied" when "SslMode = MySqlSslMode.Required" is used and a certificate is...

**Software versions** MySqlConnector version: 2.1.8 Server type (MySQL, MariaDB, Aurora, etc.) and version: MariaDB 10.1 .NET version: .net core 3.0 (Optional) ORM NuGet packages and versions: 2.1.8 **Describe the bug**...

In a HA scenario, failover can be accomplished by updating DNS to point to the new primary server. (E.g., "DNS is updated to redirect connections to the new primary when...

enhancement

**Software versions** MySqlConnector version: 2.1.11 Server type (MySQL, MariaDB, Aurora, etc.) and version: MySQL 5.7 .NET version: net6.0 (Optional) ORM NuGet packages and versions: Pomelo.EntityFrameworkCore.MySql 6.0.2 **Describe the bug** MySqlException...

If a timeout occurs when connecting to a host, the `net.peer.name` and `db.name` Activity tags are not set. This would be useful information to have included on the failed Activity....

**Software versions** MySqlConnector version: 1.3.11 Server type (MySQL, MariaDB, Aurora, etc.) and version: MySQL 5.5 .NET version: 6.0 **Describe the bug** When using the SchemaProvider to get the columns within...

Connector/NET supports the following schema collections in `MySqlConnection.GetSchema`. MySqlConnector only supports the bolded entries. * **MetaDataCollections** * **DataSourceInformation** * **DataTypes** * **Restrictions** * **ReservedWords** * **Databases** * **Tables** * **Columns**...

enhancement
up for grabs
low priority

The `MySqlConnection.GetSchema(string, string[])` overload should support a user-specified list of [restrictions](https://docs.microsoft.com/en-us/dotnet/framework/data/adonet/schema-restrictions) on the schema being requested. `GetSchema("Restrictions")` should return a `DataTable` containing all the available restrictions. Not implemented as part...

enhancement
low priority

Does `MySqlConnector` currently support batch update operations similar to how it handles batch inserts performance wise (re: https://github.com/mysql-net/MySqlConnector/issues/1124)? For example, the code below could be used to generate a batch...

enhancement