Skip to content

Instantly share code, notes, and snippets.

View SergeiMironov's full-sized avatar
🏠
Working from home

Sergei Mironov SergeiMironov

🏠
Working from home
  • Russia, Saratov oblst, Volsk
View GitHub Profile
@SergeiMironov
SergeiMironov / MySQL8.0-Visual-Studio-2019-EntityFramework-Guide.md
Created February 14, 2020 11:07 — forked from pishangujeniya/MySQL8.0-Visual-Studio-2019-EntityFramework-Guide.md
Installing MySQL 8.0 Server with EntityFramework in Visual Studio 2019

Installing MySQL 8.0 Server with EntityFramework in Visual Studio 2019

  • Install MySQL Server 8.0.16
  • Install Complete MySQL Connector.Net x86 8.0.16
  • Install this custom repacked VSIX MySQL Visual Studio
  • If after installing MySQL Visual Studio Plugin it shows warning that failed to execute comamnd devenv /updateconfiguration, then manually execute that command in Developer Command Prompt for Visual Studio 20xx with run as administrator.
  • Run this command Install-Package EntityFramework in Visual Studio Nuget package manager console
  • Manage Nuget Packages > Search Mysql > install Mysql.Data v8.0.16
  • Manage Nuget Packages > Search Mysql > install Mysql.Data.Entity v6.10.8
  • Manage Nuget Packages > Search Mysql.Data.EntityFramework > install Mysql.Data.EntityFramework v8.0.16