Today I installed WordPress locally on my Mac and I used MAMP
to achieve my goal. With MAMP it’s very easy to run WordPress on Mac within 10 mins
. Install MAMP on Mac.
Let’s get started. You just have to follow below simple steps and you should be good to go.
Now when I do which php it shows MAMP's php7.4.12 but if close and re-open the terminal, it again says. Btw, PHP 7.4.12 is set as Default version in MAMP Pro from PHP settings in MAMP Pro. MacOS Big Sur version 11.1; MAMAP 6.3. Using Adminer with MAMP on Mac OS X So, thanks to a tip from a friend, I discovered a script called Adminer. It’s built to replace PHPmyAdmin and focuses on speed, security and user interface. Definitely the best answer for macOS users! – Sebj Sep 16 '19 at 12:32 While using php and httpd installed from HOMEBREW i had to use the legacy Password encryption to make it work before that using native PHP and httpd from Macos Catalina i had no need to change it, so when i reinstalled PHP and HTTPD from homebrew i lost connection.
Step-1
We need Apache Server
and MySQL
in order to run WordPress locally. Download
MAMP and double click on binary to install
it.
Step-2
Open MAMP. You may also see MAMP Pro
as a part of install. We are going to use MAMP Free
version.
Step-3
Change Apache Port to 80
and MySQL Port to 3306
as per below snapshot.
Step-4
Change Document Root
as per your need. Mainly under /Document
folder.
Step-5
Then click OK
and click on Start Servers
. Provide administratorusername
and password
as we are going to start server on port 80
. You should see both green icons as shown in below diagram.
Mamp Download
This page by default opens in default browser: http://localhost/MAMP/
. Keep that page open and move to next step. We will come back again on that page.
Step-6
Now Download WordPress.
Step-7
Extract wordpress.zip,
change name to crunchify
and copy folder under Document Root, i.e. MAMP
Step-8
Now go to your browser page http://localhost/MAMP/
again. Click on phpMyAdmin
.
Step-9
Create new DB called crunchify_db
and click on Create
.
Step-10
Point your browser to http://localhost/crunchify
to install WordPress locally. Provide all appropriate information as mentioned below.
Step-11
Now check your browser again pointing http://localhost/crunchify
and you should be all set.
mamp wordpress install tips.
Mac Os Catalina
Join the Discussion
Mmap Macos
If you liked this article, then please share it on social media. Still have any questions about an article, leave us a comment. Medium paint brush.