...
1. Installing applications
MySQL Server
- Download MySQL Server at: https://dev.mysql.com/downloads/windows/installer/
- Open downloaded file and install MySQL Installer
- Click Add button, then choose packages to install by clicking a package and click right arrow to Products/Features To Be Installed box. Recommended packages: MySQL Server and MySQL Workbench
- Click Next to continue set up
- In step: Account and Roles, enter password for the root account.
- Result:
- Connect to MySQL Server: open MySQL Workbench, click plus icon to add new connection
- Enter connection information: Connection name, host name, port, username and click Store In Vault button to set password
- Click OK to connect
IIS Server
Internet Information Services (IIS, formerly Internet Information Server) is an extensible web server created by Microsoft. Please refer this link to install
...