Skip to content
MAMP Documentation

Install WordPress

  1. Download WordPress from wordpress.org/download. The zip file will be saved to your ~/Downloads folder.

  2. Unzip wordpress-x.x.x.zip. This creates a ~/Downloads/wordpress folder.

  3. Move the contents of that folder to /Applications/MAMP/htdocs. If asked whether to overwrite the existing index.php, click Replace.

    MAMP - Move files and replace index.php

  4. In MAMP, click WebStart in the toolbar, then open phpMyAdmin from the tools menu.

  5. Create a new database named wordpress.

    MAMP - phpMyAdmin - New WordPress database

    The message “No tables found in database.” is expected – WordPress creates its tables automatically during installation.

    MAMP - phpMyAdmin - No tables found

  6. In MAMP, click WebStart, then click My Website. The WordPress installation wizard opens automatically.

  7. Select your language.

    MAMP - WordPress installation - language selection

  8. Enter the database details:

    FieldValue
    Database Namewordpress
    Usernameroot
    Passwordroot
    Database Hostlocalhost
    Table Prefixwp_

    MAMP - WordPress installation - database settings

  9. Complete the remaining steps in the installation wizard.

    MAMP - WordPress installation - step 2

  10. WordPress is now installed. Log in at http://localhost:8888/wp-admin/ with the credentials you set in the wizard.

    MAMP - WordPress installation - complete