Search code examples
phpmyadminmamp

Upgrade version of PHPMyAdmin


I'd like to match locally the same version of phpmyadmin installed in my production server. Is there a way to upgrade the version of Phpmyadmin in MAMP to the last version without breaking it?

I upgraded MAMP but the latest version do not include the updated PhpMyAdmin, just an old version.


Solution

  • Download the latest version from here.

    Find and replace Applications/MAMP/bin/phpMyAdmin ( MAMP local folder directory) with the latest phpMyAdmin you downloaded.

    Don't change the folder name (keep the folder name on "phpMyAdmin").

    Make sure you have config.inc.php in the /phpMyAdmin folder. As mentioned below, you can copy that file over from your existing phpMyAdmin folder.