## Installing MySQL 5.7 Server with EntityFramework in Visual Studio 2017
- Install [MySQL Server 5.7.25](https://dev.mysql.com/downloads/mysql/)
- Install Complete [MySQL Connector.Net 6.9.10](https://dev.mysql.com/downloads/connector/net/)
- Install Complete [MySQL Visual Studio Plugin 1.2.8](https://dev.mysql.com/downloads/windows/visualstudio/)
- 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.
- Right Click References > Add > Click Assemblies or Extensions > Search *MySQL* > Tick all
- Comment the following kind of similar code from `Web.config`
```xml
```
- Add this lines if its not automatically added after `````` tag in `Web.config` and rebuild solution
```xml
```