Authentication with old password no longer supported, use 4.1 style passwords.
最近在做.net项目的时候使用了mysql数据库,本地连接测试正常,放到服务器就报Authentication with old password no longer supported, use 4.1 style passwords.的错误,网上搜索出来的办法都不管用。后来检查发现没有添加MySql.Data.dll的引用。添加后问题解决。