在MySQL中构建ADO.NET数据实体时的未知表

我无法使用带有ADO.NET数据实体的Visual Studio生成
MySQL数据模型,因为我收到此错误:

An error occurred while executing the command definition. See the inner exception for details.
Unknown table ‘parameters’ in information_schema

我下载了.NET Connector 6.3.6.

怎么解决这个问题?

最佳答案 答案在这里:
MySQL Bugs #61793 ‘Unknown table ‘PARAMETERS’ in information_schema’

显然,这是因为:“Connector / NET正在尝试从Information_Schema数据库中的参数表中读取存储过程参数.该表存在于MySQL 5.5或更新版本中.”

点赞