Bug #113715 | Character set 'utf8mb3' is not supported by .Net Framework | ||
---|---|---|---|
Submitted: | 22 Jan 2024 21:02 | Modified: | 26 Jan 2024 17:38 |
Reporter: | Steve Namuth | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | Connector / NET | Severity: | S3 (Non-critical) |
Version: | 8.3.0 | OS: | Windows (Version 10) |
Assigned to: | CPU Architecture: | Any | |
Tags: | MySql Connector .NET, Power BI |
[22 Jan 2024 21:02]
Steve Namuth
[23 Jan 2024 3:51]
Bradley Grainger
Duplicate of bug #107259?
[24 Jan 2024 12:51]
MySQL Verification Team
Hello Steve, Thank you for the bug report. I tried to reproduce your issue on windows 11 with Connector/NET 8.3.0 and followed exact steps but I am not seeing any issues at my end. Also, please note that utf8mb3 character set is deprecated and you should expect it to be removed in a future MySQL release. Please use utf8mb4 instead. For more info, please see https://dev.mysql.com/doc/refman/8.3/en/charset-unicode-utf8mb3.html Regards, Ashwini Patil
[26 Jan 2024 17:34]
Steve Namuth
Yes same bug. Sorry I didn’t see that one when I searched for one. However, I don’t think the last comment on that bug is the solution. I still think the issue is in that character set mapping file in your guy’s connector.
[26 Jan 2024 17:38]
Steve Namuth
To repeat the error you need to follow those steps above and connect to a MySQL database that has collation set to utf8mb3. While I know utf8mb3 is deprecated, the connector should still be backwards compatible. Expecting everyone to just update their database collation isn’t an acceptable solution.