Entity Framework (version 6.1.3) and MySQL Server (5.7)
One way to resolve the issue is,
- Open Services (services.msc) and restart MySQL57 service.
Execute the following commands in MySQL.
use <>
set global optimizer_switch='derived_merge=OFF';
Update the .edmx.