How to connect to a MySQL Data Source in Visual Studio

前端 未结 11 2102
忘了有多久
忘了有多久 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条回答
  •  情歌与酒
    2020-11-28 09:39

    This seems to be a common problem. I had to uninstall the latest Connector/NET driver (6.7.4) and install an older version (6.6.5) for it to work. Others report 6.6.6 working for them.

    See other topic with more info: MySQL Data Source not appearing in Visual Studio

提交回复
热议问题