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?

質問済み 6ヶ月前824ビュー
1回答
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
サポートエンジニア
Rajan_L
回答済み 6ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ