I am trying to add a MySQL-Data Source to my Visual Studio project. I am using MySQL Server 8.0.12 and also the 8.0.12 Connector/MySql.data. In the Data Source Con
Just put CheckParameters=False; in your .NET connection string i.e. in your config file.
CheckParameters=False;
No need to downgrade the MySQL server, I guess it is bug from MySQL .NET connector.