MySqlConnector icon indicating copy to clipboard operation
MySqlConnector copied to clipboard

MySQL Connector for .NET

Results 148 MySqlConnector issues
Sort by recently updated
recently updated
newest added
trafficstars

**Software versions** MySqlConnector version:2.2.6 Server type (MySQL, MariaDB, Aurora, etc.) and version: 8.0.34-commercial .NET version: 6.0 (Optional) ORM NuGet packages and versions: SqlSugar 5.1.4.126 **Describe the bug** The connection timeout...

Since there can only be one active `MySqlDataReader` per `MySqlConnection`, we could create just one instance and recycle it when it's disposed. This could allow a user to start using...

performance

**Software versions** MySqlConnector version: 2.3.7 MySQL Server 8.4.0 **Describe the bug** The following SQL statements are valid ways to write an `ALTER USER` statement. (Similarly for `CREATE USER`.) ```sql ALTER...

**Software versions** MySqlConnector version: 2.3.7 Server type (MySQL, MariaDB, Aurora, etc.) and version: MySql 8.0.32 .NET version: .net framework 4.8 (Optional) ORM NuGet packages and versions: **Describe the bug** I...

HI, for 2 weeks I have been trying to move from MySql.Data to MySqlConnector for .NET, the program works correctly on the development machine (Visual Studio 2022) but once deployed...

**Software versions** MySqlConnector version: 2.3.7 Server type (MySQL, MariaDB, Aurora, etc.) and version: MariaDb 10.6 and 10.11 .NET version: 8 (Optional) ORM NuGet packages and versions: no ORM **Describe the...

waiting for answer

Is there a direct analog to: `mysql -u -p theDb < c:\GiantDbBackup.sql` OR `mysql source c:\GiantDbBackup.sql` Alternatively, is there an option to execute a [MySqlCommand](https://mysqlconnector.net/api/MySqlConnector/MySqlCommandType/) where is source is a...

This PR make table alias accessible in data reader. Ref #1521

**Software versions** MySqlConnector version: 2.3.7 Server type (MySQL, MariaDB, Aurora, etc.) and version: MySQL 5.6.43-log .NET version: netcoreapp3.1 (Optional) ORM NuGet packages and versions: **Describe the bug** Open a MySqlConnection...

**Software versions** MySqlConnector version: 2.3.6 Server type (MySQL, MariaDB, Aurora, etc.) and version: MYSQL .NET version: >.NET6 (Optional) ORM NuGet packages and versions: **Describe the bug** System.InvalidProgramException: Common Language Runtime...

invalid