Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

WordPress Local WordPress Development Local WordPress Development Installing WordPress Locally

phpMyAdmin is showing as unavailable. How do I get past this step?

After going to the MAMP website, the instructions are to click on "phpMyadmin". This option is not available.

2 Answers

Jose Esplana
Jose Esplana
12,503 Points

Hi Leon,

This is my first time posting. It took me a while to figure it out.

You need to download Additional PHP version https://www.mamp.info/en/downloads/

Make sure you choose the right version. I chose version 7.0.15 for my mac

There are 2 ways

Unzip, then copy that folder php7.0.15. to

1 - MAMP/bin/phpMyAdmin folder, then on MAMP app click Preferences then choose the PHP tab, then choose the version that you downloaded.

OR

2 - Copy the folder in the same directory as localwp.com, then go to the web browser and click the link of that folder.

I hope it helps.

Thank you. That did the trick.

Thank you so much!

James Park
James Park
38 Points

I found another option. I selected 7.0.x version (default was set to 7.1.x) in MAMP / preferences / PHP tab.

Once the change was made, I was able to access the menu.

Thanks!