EF Core `update-database` on MySql fails with `__EFMigrationsHistory' doesn't exist`
I Create new project in .net core 1.1 with individual user account identity. I Add MySql Provider in Startup.cs: services.AddDbContext<ApplicationDbContext>(options => options.UseMySQL(Configuration.GetConnectionString("DefaultConnection"))); But when i try do update-database i get error like this: MySql.Data.MySqlClient.MySqlException: Table 'cloud.__EFMigrationsHistory' doesn't exist at MySql.Data.MySqlClient.MySqlStream.ReadPacket() at MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, Int64& insertedId) at MySql.Data.MySqlClient.Driver.NextResult(Int32 statementId, Boolean