Per prima cosa devi aggiungere questi pacchetti da Nuget:
MySql.Data.EntityFrameworkCore
Microsoft.EntityFrameworkCore.Design
quindi esegui questo comando :
Scaffold-DbContext "server=localhost;port=3306;user=root;password=mypass;database=sakila" MySql.Data.EntityFrameworkCore -OutputDir model -f
se questa soluzione continua a non funzionare, provare questa soluzione:https://github.com/PomeloFoundation/Pomelo .EntityFrameworkCore.MySql