Character set utf8mb3 is not supported by Net Framework
Posted by: Patryk Krysik
Date: May 17, 2022 02:08AM

Remote server that hosts my database recently updated MySQL to version 8.0.29. I use Visual Studio 2013 to create a project that utilizes that database. So to summarize my config is: MySQL 8.0.29 on remote location, Visual Studio 2013 locally, MySQL Connector Net 8.0.29 locally, MySQL for Visual Studio 1.2.8 locally. My remote server has character set set to utf8mb4, collate to utf8mb4_general_ci, also every table character set is utf8mb4. When trying to add new data connection I can't choose any table, but when I provide table name it says that connection succeded. Unfortunately, when I try to look at Tables it throws an error:

Character set utf8mb3 is not supported by Net Framework

Even thought everything is already set to utf8mb4. Any idea how to fix it?

Options: ReplyQuote


Subject
Written By
Posted
Character set utf8mb3 is not supported by Net Framework
May 17, 2022 02:08AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.