Install PHP and MySQL on Windows Operation System Using the WAMP Package

In this article, you will learn how to install Apache2, PHP, MySQL, and MariaDB by using the WAMP package. We will go through the process step by step to ensure a complete and successful installation. Should you have any questions, please ask them below in the comment section.


What is WAMP?

Setting up the environment for PHP development on the Windows Operating system can be tedious. There are many steps to get your computer ready for PHP and MySQL development, from installing each software separately to set up files manually using the command prompt. The WAMP server has made this process easy. So what is WAMP?

WampServer is a platform designed for developers to create dynamic web applications on Apache2 web server, using PHP, MySQL, and MariaDB.

Important Note
WampServer cannot be installed on Windows XP or Windows Server 2003.

WAMP Features

  • WAMP is available at no cost.
  • Below are some of the features that WAMP offers:
  • Install Apache, PHP, MySQL, and MariaDB services.
  • Manage your servers settings in easy steps
  • Manage your log files

Installing WAMP on Windows OS

Follow the steps below to install the WAMP package on your computer successfully:

Step 1: Download the installer from SourceForge.NET Site by following the link below:

https://sourceforge.net/projects/wampserver/files/

Step 2: Run the installer as an administrator.

Step 3: Accept the user Agreement and Follow on-screen instructions.

Note
The default web browser for WAMN is Internet Explorer. You will be prompted during the installation if you want to change the default browser. I recommend selecting Google Chrome or Microsoft Edge Web Browser.

After completing the installation, you should have Apachae2, PHP, MySQL, and MariaDB installed on your computer!