Is MySQL Connector/Net backward compatible?

If I have a MySQL server 5.1, can I use all the onnectors from version 5.1 and above?:

  • Connector/Net 6.1
  • Connector/Net 6.0
  • Connector/Net 5.2
  • Connector/Net 5.1
  • Clicking http://dev.mysql.com/downloads/connector/net/ defaults to 6.0...


    如果它有助于部分解决:我正在运行MySql 5.1.33(通过安装wampserver),并且正在使用Connector / Net 6.0.3.0而没有任何问题(到目前为止!)。


    Yes it is, pretty much.. See the documentation. You can also confirm it by going to the download page of each connector and then clicking versions of MySQL on left side of the page (which is the documentation library). It doesnt load for versions prior to MySQL 5.0, but loads for all other versions.

    The real caveat is .NET connector itself exhibits different behaviours with different versions. See for one such..

    链接地址: http://www.djcxy.com/p/60964.html

    上一篇: MySQL .NET Connector文档混淆

    下一篇: MySQL Connector / Net向后兼容?