Hi I am trying to connect visual basic to MYSQL but I am having two errors. One is when clicking on the drop-down list of databases it doesn't show any database; instead it displays an error saying UNABLE TO RETRIEVE LIST OF DATABASES, with that i add the database manually by typing it down and click on OK. Now I want to expand the tables folder on the server explorer and another error pops up which is CHARACTER SET UTF8MB3 IS NOT SUPPORTED BY .NET FRAMEWORK.
Error 1 - character set utf8mb3 is not supported by .net framework
Error 2 - unable to retrieve list of databases
I have searched for countless solutions on youtube and here on stack but to no avail. I even tried to downgrade MYSQL versions hoping it would solve the problem but I am still getting the same errors. I am using visual basic 2019 and MYSQL workbench, the server is up and running. I am stuck in these two errors and cannot find a solution. If anyone could shed a light here and guide me on the errors. I have attached two screenshots of the errors.