visual-studio 如何安装 mysql 连接器以使用 Visual Studio

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/3948880/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-10-22 12:37:06  来源:igfitidea点击:

how to install mysql connector to work with visual studio

mysqlvisual-studio

提问by O. Jones

i already install mysql 5 in my system and visual studio professional. and everybody work fine but how i can connect mysql database in server explore using installing connector

我已经在我的系统和 Visual Studio Professional 中安装了 mysql 5。每个人都工作正常,但是我如何使用安装连接器在服务器探索中连接 mysql 数据库

when i download connector for mysql i get the rar. the rar have some code but i not know how it work are anyone tell me what i do to use mysql in my server explorer

当我为 mysql 下载连接器时,我得到了 rar。rar 有一些代码,但我不知道它是如何工作的,有没有人告诉我在服务器资源管理器中使用 mysql 的方法

回答by O. Jones

Go get Connector / net. It's the dot Net connector software. It comes in .msi form, not .rar form, and opens up Visual Studio to work with mySQL servers. I know for sure that it works with VS2008 and VS2010.

去获取连接器/网络。它是 dot Net 连接器软件。它以 .msi 形式出现,而不是 .rar 形式,并打开 Visual Studio 以与 mySQL 服务器一起工作。我确信它适用于 VS2008 和 VS2010。

http://dev.mysql.com/downloads/connector/net/

http://dev.mysql.com/downloads/connector/net/