MySQL 的 System.Data.SqlClient 命名空间?

发布于 2024-09-24 02:11:30 字数 105 浏览 1 评论 0原文

该异常表示存在与网络相关的问题,或者 SQL Server 不允许远程访问,但这些都不是真的。

难道我正在尝试连接 MySQL 服务器,而不是 MS SQL?

谢谢

The exception says that there is a network related problem, or that the SQL server does not allow remote access, none of those are true.

Can it be that I'm trying to connect a MySQL server, and not MS SQL?

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

等待圉鍢 2024-10-01 02:11:30

这是因为 System.Data.SqlClient 命名空间是为 Microsoft SQL Server 设计的,要连接到 MySQL,您需要下载并引用 MySQL .NET Connector http://dev.mysql.com/downloads/connector/net/。然后,您将使用 System.Data.MySqlClient 命名空间。希望这有帮助。

It is because the System.Data.SqlClient namespace is designed for Microsoft SQL Server, to connect to MySQL you will need to download and reference the MySQL .NET Connector http://dev.mysql.com/downloads/connector/net/. You will then use the System.Data.MySqlClient namespace. Hope this helps.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文