Skip to content

Instantly share code, notes, and snippets.

@renekreijveld
Created September 2, 2016 08:10
Show Gist options
  • Save renekreijveld/bef15b0045327c23e64894bcb48d3794 to your computer and use it in GitHub Desktop.
Save renekreijveld/bef15b0045327c23e64894bcb48d3794 to your computer and use it in GitHub Desktop.
Repair non-working phpMyAdmin in MAMP PRO 4 for OSX
# Open Terminal on your Mac and do the following:
cd "/Library/Application Support/appsolute/MAMP PRO/phpMyAdmin"
cp -R /Applications/MAMP/bin/phpMyAdmin/* .
@mroesele
Copy link

mroesele commented Dec 6, 2018

thx! Made my day ๐Ÿ‘

@Quasso
Copy link

Quasso commented Feb 4, 2019

Thanks for this dude, just made my life ever so slightly easier than finding an old StackOverflow post ๐Ÿ‘

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment