user1049944
user1049944

Reputation:

phpMyAdmin not working in MAMP

I have recently installed MAMP but am unable to access phpMyAdmin, both that and SQLite Manager are greyed out in the menu:

enter image description here

Even when I try to load phpLiteAdmin, I get a HTTP ERROR 500

Going by the screengrab, it gives me the impression that I don't have my PHP at the correct version... but I've ran a phpinfo() test and I appear to have PHP Version 7.1.1

It might be worth noting that I changed the location of my Document Root to my Google Drive folder in the preferences panel

Do I need to modify some settings in MAMP to get this to work?

Upvotes: 1

Views: 4222

Answers (1)

K1ngKaz
K1ngKaz

Reputation: 41

Go in to preferences on MAMP and click on the php tab at the top. It defaults to your latest PHP version (I had 7.1.1 selected). Use the version which is compatible with phpMyAdmin - 5.5.x to 7.0.x MAMP > preferences > PHP (tab)

Hopefully this helps as it worked for me :)

Upvotes: 3

Related Questions