Skip to content
MAMP Documentation

FAQ

Is MAMP compatible with Windows 10 and Windows 11?

Section titled “Is MAMP compatible with Windows 10 and Windows 11?”

Yes, MAMP is compatible with Windows 10 and Windows 11.


The abbreviation “MAMP” stands for: Windows – Apache – MySQL – PHP.


Get the latest version of MAMP from www.mamp.info/en/downloads/.


All log files are stored in C:\MAMP\logs.


Apache modules are located in the C:\MAMP\Library\modules folder.


To find out which PHP modules are included, use the following procedure:

Start the servers and direct your web browser to http://localhost:8888/MAMP/. Click on the phpInfo tab at the top of the page.


Your database data is located in C:\MAMP\db\mysql\.


Your php.ini for MAMP is located in C:\MAMP\conf\phpX.XX\php.ini.


Your httpd.conf file is located in C:\MAMP\conf\apache\httpd.conf.


How do I transfer the content to a new computer?

Section titled “How do I transfer the content to a new computer?”

To move the contents of your previous MAMP installation to a new computer:

  1. Install MAMP on the new computer.

  2. Copy the contents of the document root folder from your previous computer to the document root folder on the new computer.

  3. Create a dump of your MySQL database with phpMyAdmin.

  4. Copy the dump to the new computer and import it using phpMyAdmin.