问题
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