Character set 'utf8mb3' is not supported by .Net Framework

Georges El Hachem 25 Reputation points
2023-03-01T16:42:58.6733333+00:00

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

getting this error while trying to open MySQL database in visual studio 2019

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,830 questions
Visual Studio Extensions
Visual Studio Extensions
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Extensions: A program or program module that adds functionality to or extends the effectiveness of a program.
189 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Michael Taylor 50,591 Reputation points
    2023-03-01T19:07:48.0633333+00:00

    Interesting. utf8mb3 is deprecated in MySQL and it is not recommended. However refer to the following issue on Github from MySQL and a fix from them to get things to work correctly in .NET. The issue is on their side.