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

发布于 2024-10-19 22:35:15 字数 217 浏览 0 评论 0原文

我无法使用 Visual Studio 和 ADO.NET 数据实体生成 MySQL 数据模型,因为出现以下错误:

执行命令定义时发生错误。有关详细信息,请参阅内部异常。 information_schema 中未知的表“参数”

我下载了 .NET Connector 6.3.6。

如何解决这个问题?

I cannot generate a MySQL data model using Visual Studio with ADO.NET data entity because I get this error:

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

I downloaded the .NET Connector 6.3.6.

How can this be solved?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

灼疼热情 2024-10-26 22:35:15

答案在这里: MySQL Bugs #61793 'Unknown table 'PARAMETERS' in information_schema'

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

Answer is here: MySQL Bugs #61793 'Unknown table 'PARAMETERS' in information_schema'

Apparently it's because: "Connector/NET is trying to read the stored procedure parameters from parameters table in Information_Schema database. This table exists in MySQL 5.5 or newer."

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文