EF 错误解决

Posted Zoe

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了EF 错误解决相关的知识,希望对你有一定的参考价值。

解决方式:

1. Open Services (services.msc) and restart mysql57 service.
2. Execute the following commands in MySQL.
   use <<database name>>;
   set global optimizer_switch=\'derived_merge=OFF\';
3. Update the .edmx.

 

以上是关于EF 错误解决的主要内容,如果未能解决你的问题,请参考以下文章

EF6 自定义迁移表名

连续获取最大值时如何解决错误(EF Core Linq)? [复制]

Kotlin学习之旅解决错误:kotlin.NotImplementedError: An operation is not implemented: Not yet implemented(代码片段

NDK: ant 错误 [javah] Exception in thread "main" java.lang.NullPointerException 多种解决办法(代码片段

代码片段 PHP,预期文件结尾,我错在哪里?

我的C语言学习进阶之旅解决 Visual Studio 2019 报错:错误 C4996 ‘fscanf‘: This function or variable may be unsafe.(代码片段