Install WordPress
-
Download WordPress from wordpress.org/download. The zip file will be saved to your
~/Downloadsfolder. -
Unzip
wordpress-x.x.x.zip. This creates a~/Downloads/wordpressfolder. -
Move the contents of that folder to
/Applications/MAMP/htdocs. If asked whether to overwrite the existingindex.php, click Replace.
-
In MAMP, click WebStart in the toolbar, then open phpMyAdmin from the tools menu.
-
Create a new database named
wordpress.
The message “No tables found in database.” is expected – WordPress creates its tables automatically during installation.

-
In MAMP, click WebStart, then click My Website. The WordPress installation wizard opens automatically.
-
Select your language.

-
Enter the database details:
Field Value Database Name wordpressUsername rootPassword rootDatabase Host localhostTable Prefix wp_
-
Complete the remaining steps in the installation wizard.

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