简体   繁体   中英

What is the correct provider definition for MySQL with Entity Framework 6?

What is the most up to date setup for the provider for use with MySQL and Entity Framework 6?

I was using the following, but I've noticed that MySQL have pulled MySQL.Data.Entity.EF6 from Nuget so I assume it's no longer valid.

<provider invariantName="MySql.Data.MySqlClient" type="MySql.Data.MySqlClient.MySqlProviderServices, MySql.Data.Entity.EF6, Version=6.9.6.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d"></provider>

It was working fine, but now I don't know where to get version 6.9.6.0 of the DLL from.

Every example that I look at and also MySQL's own getting started guide still mentions MySQL.Data.Entity.EF6 - it's bizarre

If you are just looking for the site from which you can download the EF6 connector DLL's then the below URL is what you are after

Download Connector/Net

Also This post might come handy any time

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM