Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to fix Authentication method caching_sha2_password not supported by any of the available plugins in Visual Studio

Authentication method caching_sha2_password not supported by any of the available plugins. image

How can I fix this? or do I need to use another SQL Server?

I don't know what's the problem if it's the installation of MySQL Server or just the code I'm using, I also added MySQL.Data on the reference still not working.

This is the code:

Imports MySql.Data.MySqlClient

Public Class PIS

Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click

    cn.ConnectionString = "server=localhost; userid=circuit; password=password; database=pis;"
    cn.Open()
    MsgBox("Connected")
    switchpanel(search)

End Sub

End Class
like image 957
Dids Avatar asked Dec 03 '25 03:12

Dids


1 Answers

My reputation is too low to add as comment. Here a similar problem faced by other user.

Authentication plugin 'caching_sha2_password' cannot be loaded

like image 61
Edwin Koh Avatar answered Dec 05 '25 18:12

Edwin Koh



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!