Setting up WAMP Server
Download WAMP server from this link: https://sourceforge.net/projects/wampserver/.
Open the downloaded file, follow the instructions on screen including license agreement, folder location, etc and continue to press “Next”.
Accept the default installation settings.
Click “Next” and install the default settings.
After installation is complete, go to the start menu and press on “Wampserver64”.
If the installation is successful and all services are running, the server icon will show as a green color in the task bar.
Go to https://sourceforge.net/projects/wampserver/ and verify the server index page.
Set up MySQL database
Click on phpMyAdmin to access phpMyAdmin.
Give the username as “root” (default username) and click “Go”.
Click “New” to create a new database.
Type a name for your database and collation “utf8_general_ci”. As an example, I named the database “demo-db” in the image below.
Click “Create”.
You have now created a new database.