Search Results
https://dev.mysql.com/doc/internals/en/error-message-multiple-versions.html
(The discussion uses the name errmsg.txt, but when you cross the boundary from before MySQL 5.5 to 5.5 or higher, you should use errmsg-utf8.txt instead.) Let GA reference the most recent stable version. For example, if MySQL 5.1 is GA, and MySQL ...
https://dev.mysql.com/doc/internals/en/index.html
For help with using MySQL, please visit the MySQL Forums, where you can discuss your issues with other MySQL users.
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-33.html
Compilation Notes Packaging Notes Pluggable Authentication Functionality Added or Changed Bugs Fixed Compilation Notes To simplify building the legacy JDBC connector with Linux distributions that do not ship static libraries, the ...Previously, the ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-12.html
With the model created, revert back to EF Core 2.0 in your project, update the MySql.Data.EntityFrameworkCore NuGet package, and then remove the package MySql.Data.EntityFrameworkCore.Design from your project. (Bug #28095165, Bug #91064) Members of ...Functionality Added or Changed Bugs Fixed Functionality Added or Changed Optimistic locking for database-generated fields was improved with the inclusion of the [ConcurrencyCheck, DatabaseGenerated(DatabaseGeneratedOption.Computed)] ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-26.html
This capability is implemented using the Attributes property of the MySqlCommand class: myCommand.Attributes.SetAttribute("queryAttribute", "value of the query attribute"); myCommand.Attributes.SetAttribute("queryAttribute2", DateTime.Now); For more ... Deprecation and Removal Notes Functionality Added or Changed Bugs Fixed Deprecation and Removal Notes The TLSv1 and TLSv1.1 connection protocols now are deprecated and support for them is subject to removal in a future version of ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-32.html
An Important Update Entity Framework 6 Notes Pluggable Authentication Functionality Added or Changed Bugs Fixed An Important Update The Connector/NET MySql.Data version 8.0.32.1 NuGet package now is released and the newer package supersedes the ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-3-0.html
Deprecation and Removal Notes Functionality Added or Changed Bugs Fixed Deprecation and Removal Notes Calling the MySqlDataReader.GetString() method now throws an InvalidCastException exception if the associated column is not a string type. (WL ...
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-8-0-29.html
Security Notes Functionality Added or Changed Bugs Fixed Security Notes For platforms on which Connector/ODBC utilizes MySQL Server's bundled OpenSSL library (MacOS, Windows, and GenLinux), MySQL Server's linked OpenSSL library was updated to ...
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-8-1-0.html
MySQL Connector/ODBC 8.1.0 is a new GA release version that supersedes the 8.0 series, and is recommended for use on production systems. This release can be used with MySQL Server version 5.7 and later. Functionality Added or Changed Bugs Fixed ...
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-9-4-0.html
Note These release notes were created with the assistance of MySQL HeatWave GenAI. Bugs Fixed .NET applications quit unexpectedly while trying to connect to a MySQL server using Connector/ODBC. This has been fixed by compiling C/ODBC and MySQL ...