I'm trying to use the MySQL Connector/Net to connect a c# program to a MySQL Server.
Problem is, the MySQL server is version 4.x, and the connector throws this exception:
Connector/Net no longer supports server versions prior to 5.0
Is there a way to connect to this older MySQL Server?