How to connect to a MySQL Data Source in Visual Studio

前端 未结 11 2113
忘了有多久
忘了有多久 2020-11-28 09:15

I use the MySQL Connector/Net to connect to my database by referencing the assembly (MySql.Data.dll) and passing in a connection string to MySqlConnection. I

11条回答
  •  猫巷女王i
    2020-11-28 09:48

    Installing the following packages:

    • Connector/NET 8.0.16: https://dev.mysql.com/downloads/connector/net/
    • MySQL for Visual Studio 1.2.8: https://dev.mysql.com/downloads/windows/visualstudio/

    adds MySQL Database to the data sources list (Visual Studio 2017)

提交回复
热议问题