MySQL Connector/Net 向后兼容吗?
如果我有 MySQL 服务器 5.1,我可以使用 5.1 及以上版本的所有连接器吗?:
- Connector/Net 6.1
- Connector/Net 6.0
- Connector/Net 5.2
- Connector/Net 5.1
单击 http://dev.mysql.com/downloads/connector/net/ 默认为 6.0...
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...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
是的,确实如此。请参阅文档< /a>.您还可以通过转到每个连接器的下载页面,然后单击页面左侧的 MySQL 版本(这是文档库)来确认。它不会加载 MySQL 5.0 之前的版本,但会加载所有其他版本。
真正需要注意的是.NET 连接器本身在不同版本中表现出不同的行为。 看看这样的..
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..
如果它有部分帮助:我正在运行 MySql 5.1.33(通过安装 wampserver),并且使用 Connector/Net 6.0.3.0 没有任何问题(到目前为止!)。
If it helps even partially: I am running MySql 5.1.33 (via an installation of wampserver), and am using Connector/Net 6.0.3.0 with no problems (so far!).