I'm working on a shared host where I don't have much control over the SQL setup, so I'm quite limited here. I got the right connection parameters working in the MySQL workbench and the connection works through that (queries can be executed), however, when I create the connection string in C#, I cannot connect. This is my error:
Authentication with old password no longer supported, use 4.1 style passwords.
Is there any solution to this that I can fix client side? I cannot change any settings in the SQL file (root password settings, etc), but if it can be done in the MySQL workbench, I can't see why I can't do it in C#.