MySQL Connector/NET Release Notes

5.3 Changes in MySQL Connector/NET 6.9.10 (2017-10-23, General Availability)

Bugs Fixed

  • Invoking the MySql.Web.Security.MySqlWebSecurity.CreateUserAndAccount method with valid arguments, including additionalUserAttributes as an object with key/value pairs, returned an out-of-range exception. Thanks to Stein Setvik for contributing to the fix. (Bug #25046364)

  • The default character set and encoding were not set properly when making a connection to MySQL 5.6 and 5.7 servers configured to use the utf8 character set. (Bug #23257011)