I made a WPF application few years ago. It worked perfectly until a few weeks ago. The connection between the application and the online mysql server seems to be broken.
This is the error I am getting:
authentication to host or user using method 'mysql_native_password' failed
This is my connection string:
Server=domainname_of_the_webserver;Database=name_of_the_database;User id=****;Password=*****;Port=3306
I did not change anything so I guess it maybe has something to do with an update of my provider? My provider is Versio.nl