我在远程托管服务提供商上有这个 Mysql 数据库。我安装了 MySql 工作台并提供以下信息:
server,
username,
pw
它连接正常,但是当我尝试使用visualstudio时出现此错误
我正在使用 MySql 网站上的 MySql 连接器。此外,当尝试连接 EntityFramework 中的以下连接字符串时
Server=tango.rdb.superhosting.bg;Database=ulprojec_weatheronmars;Uid=ulpro_georgi_it;Pwd=password;
我收到以下错误
An error occurred while getting provider information from the database. This can be caused by Entity Framework using an incorrect connection string. Check the inner exceptions for details and ensure that the connection string is correct.
并且仍然通过 MySql 工作台我可以执行 LINQ 等。