There was an error while loading. Please reload this page.
1 parent ed870b5 commit 891c5b5Copy full SHA for 891c5b5
Source/MySql.Data.EntityFramework5/ProviderServices.cs
@@ -262,7 +262,7 @@ protected override string GetDbProviderManifestToken(DbConnection connection)
262
if (version < new Version(5, 6)) return "5.5";
263
if (version < new Version(5, 7)) return "5.6";
264
if (version < new Version(8, 0, 4)) return "5.7";
265
- return "8.0";
+ return c.ServerVersion.Substring(0, 5);
266
267
}
268
0 commit comments