Entity Framework(バージョン6.1.3)およびMySQLサーバー(> =5.7.6)
この問題を解決する1つの方法は、
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.
返信が遅いです。しかし、それが誰かに役立つことを願っています。
ありがとう。