Hi,
could you please tell me the correct MySQL provider syntax for this command:
dotnet ef dbcontext scaffold "server=mysqltestserver;userid=root;password=xx;database=yy;" MySql.Data.EntityFrameworkCore
(it does not find the provider assembly)
Thank you
could you please tell me the correct MySQL provider syntax for this command:
dotnet ef dbcontext scaffold "server=mysqltestserver;userid=root;password=xx;database=yy;" MySql.Data.EntityFrameworkCore
(it does not find the provider assembly)
Thank you