Entity Framework (versione 6.1.3) e MySQL Server (>=5.7.6)
Un modo per risolvere il problema è,
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.
È una risposta tardiva. Ma spero che possa aiutare qualcuno.
Grazie.