牛骨文教育服务平台(让学习变的简单)
博文笔记

Mysql: Authentication with old password no longer supported, use 4.1 style password

创建时间:2017-07-13 投稿人: 浏览次数:290

 

visual studio: 2012

MySql.Data: Version=6.9.4.0

 

问题描述:

连接msql connection时抛出异常:

Authentication with old password no longer supported, use 4.1 style password.

 

原因:

mysql 版本较老, 而MySql.Data版本较新使用了新的密码验证方式

 

解决办法:

换成较老的MySql.Data: Version=6.5.4.0

 

 

声明:该文观点仅代表作者本人,牛骨文系教育信息发布平台,牛骨文仅提供信息存储空间服务。