0

I'm trying to create ado.net model in visual studio 2019. When I get to the point where I should create a connection with MySQL server I get an error shown on the screenshot. I'm using MySQL for visual studio 2.0.5 and Connector/NET
Nuget packages: MySql.Data; Entity Framework 6 What can I do?

the error

4
  • like this answer changing the plugin of the user might be the easiest way to get past this. Commented Sep 13, 2020 at 12:20
  • 1
    Does this answer your question? Authentication method 'caching_sha2_password' not supported by any of the available plugins Commented Sep 13, 2020 at 12:22
  • @danblack It does not. Tried both of them. Commented Sep 13, 2020 at 12:26
  • Did you use mysql_native_password for your connection to try? If you are , could you add auth_plugin='mysql_native_password' in the conect to try, like this answer shown. Commented Sep 14, 2020 at 7:49

0

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.