Install and Configure MAMP Stack on Windows 10

In this tutorial, we intend to teach you to Install and Configure MAMP Stack on Windows 10.

MAMP is a free application to install a server environment in a local OS X-based Mac or Windows-based PC. MAMP is distributed freely under GNU General Public License.

Initially, MAMP stands for “Macintosh Apache MySQL and PHP”. But recently MAMP was also released for Windows users with the same name with a different abbreviation as “My Apache MySQL and PHP”.

Install and Configure MAMP Stack on Windows 10

MAMP is an easy-to-use application. You can install it on your macOS and Windows. It is particularly best suited for WordPress to run locally on your computer.

In this tutorial, you will learn how to Install MAMP on Windows 10 and how to change MAMP server ports.

Now follow the steps below to complete this guide.

Set up MAMP Stack on Windows 10

First, you need to visit the Mamp Downloads page and click on the Windows version to download it to your system.

Download MAMP for Windows 10

 

When your download is completed, click on it to open the setup wizard.

In the Welcome MAMP Setup Wizard, click Next.

Then, tick both checkboxes in the next screen to add the additional setup options and click Next.

additional setup for MAMP stack

In the license agreement screen, accept the agreement and click Next.

Then, you must select the destination folder. By default, it chooses the C:/ drive, but it is not a good practice to install on C:/ drive because if Windows gets corrupt or stops working, you will lose your data as well. You can choose another file and click Next.

Select MAMP destination folder

Next, you must select the start menu folder and click Next.

Mamp start menu folder

At this point, you must select the additional tasks and click Next to continue.

additional tasks for mamp

At this point, your MAMP is ready to install on your Windows system. Click Install.

start Mamp installation on Windows 10

It takes a little time to complete your MAMP installation. Click Finish. From your desktop, you can see that both MAMP & MAMP PRO have been installed.

At this point, you must open your MAMP. If your Apache and MySQL are active you will see:

Mamp on Windows 10

Windows will issue an alert window. you must allow Apache to communicate on private networks:

Windows Security alert

Then, click on the Open WebStart Page and you will see the welcome screen:

Mamp Webstart page on Windows 10

Note: If you open your MAMP and It is showing me an error, “APACHE needs open port 80 which is already used by System”. It means that port 80 is being used by some other application like Skype or IIS or WAMP etc. To solve this, you need to change MAMP server ports. Let’s see how to do that.

How To Change MAMP Server Ports

To change MAM server ports, click MAMP and then preferences.

Mamp preferences

From there click ports and set MAMP ports to default.

Set MAMP ports to default on Windows 10

You can see the ports have been changed. Click ok.

default ports for MAMP

Since the ports have been changed, we need to run the MAMP Server again.

Note: When you restart MAMP it might tell you again that, “APACHE needs open port ‘8888’,  which is already used by httpd”. Now click Use next free port. It is suggesting port: 8889. Click Yes.

By default, localhost is accessed by http://localhost/MAMP/. Now the port has been changed, so it would be accessed like http://localhost:8889/MAMP/

At this point, Windows will ask permission for mysqld. Tick private networks and click allow access.

You can see both Apache Server & MySQL Server are running.

Note: You might get this rubbish information when you open localhost like this, “N���
5.6.34-log�
���^l&s4GJ|�ÿ÷�€����������QbvLXW*jZejd�mysql_native_password�!��ÿ„#08S01Got packets out of order”. It shows this raw information because it failed to make a connection with the MySQL database because of port no.

To solve this, you need to change the MySQL port to 3306 as we said in the previous steps.

That’s it, you’re done. MAMP has been installed successfully.

Access MAMP Root Directory

MAMPhtdocs is the root directory where you will put or create files. To test it, you can create a new folder named test. Then, create an HTML file, index.html. Don’t forget to remove .txt extension.

On Windows, click View, and tick File name extensions. It will display the extensions of files.

MAMP test file

At this point, open with notepad and type something like, “<h1> Hi, Thanks Orcacore.com </h1>.

My path looks like C:MAMPhtdocstest.

Now run this on localhost. The URL would be: http://localhost:8889/test/

That’s it.

Conclusion

At this point, you learn to install and configure the MAMP stack on Windows 10. Also, you learn to change ports and create a test file for it.

Hope you enjoy it.

Also, you may be interested in these articles:

Disable Ctrl+Alt+Delete logon on Windows Server

Remove Roles and Features Not Installed on Windows Server 2012

Please subscribe to us on Facebook and Twitter.

Newsletter Updates

Enter your email address below and subscribe to our newsletter

Stay informed and not overwhelmed, subscribe now!