I have enabled Migration for my project.
I also performed "add-migration mylabel".
But when I perform "Update-Database", the following error is displayed.
Type is not resolved for member 'MySql.Data.MySqlClient.MySqlException,MySql.Data, Version=6.9.7.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d'.
I searched for solution and found a solution to install MySQL Connector, but my installation fails halfway.