AWS Aurora MySQL Error After Update to 3.05.01

0

I have updated our Aurora MySQL clusters from version 3.04.0 to 3.05.01 and are receiving the following error when connecting from our .net apps.

"Character Set 'utf8mb3' is not supported by .Net Framework".

This appears to be a bug in MySQL 8.29 and above as described at https://bugs.mysql.com/bug.php?id=107259

Are teher any workarounds or is there anything AWS can do to fix this or do we have to remain on a lower version until Oracle fix the bug?

asked 6 months ago738 views
1 Answer
0

Regarding the error message, I would like to inform you the error "Character set 'utf8mb3' is not supported by .Net Framework" is a client side error and as you mentioned, a mysql bug report is already filed for the same.

[+] https://bugs.mysql.com/bug.php?id=107259

As per the bug report created it states using the connector/NET v. 8.0.32 should fix this issue, however, in some cases this error is still occurring.

After checking internally and consulting with our engineers, there is no standard or recommended fix for this issue provided by AWS RDS as this issue is related to third party software. The fix will be incorporated into the RDS when it has been released by Oracle MySQL in the coming versions.

Therefore, I recommend tracking this bug with Oracle MySQL from below link for updates:

[+] https://bugs.mysql.com/bug.php?id=107259

In order to avoid this error, you may continue to use the MySQL version 8.0.28 or lower.

AWS
SUPPORT ENGINEER
Rajan_L
answered 6 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions