Connect to old version of MySQL 3.23 .NET c#

[亡魂溺海] 提交于 2019-12-13 20:08:04

问题


There is no way to upgrade MySQL from 3.23 But I need to make an application with .NET C# to connect to this version of MySQL

I downloaded Connector/Net from mysql official site, but I get this error:

An unhandled exception of type 'System.NotSupportedException' occurred in MySql.Data.dll Additional information: Connector/Net no longer supports server versions prior to 5.0

Any Ideas?


回答1:


It seems that you use error Connector/Net to MySQL, you should download lower version Connector/Net to get it work.



来源:https://stackoverflow.com/questions/24380567/connect-to-old-version-of-mysql-3-23-net-c-sharp

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!