Quick Nav
Upgrading MAMP Pro is a little complicated. Here's the procedure I used to upgrade from 1.8.3 to 1.9.6.1:
MAMP folder to be MAMP_OLD.MAMP and MAMP Pro 1.9.6.1 folders to your Applications folder.htdocs and db folders over. In my experience, this wasn't necessary because MAMP stores most of its data at /Library/Application Support/appsolute/MAMP PRO/, which stays in place through the upgrade.httpd.conf, my.cnf, etc. It will ask you to save your existing ones somewhere else; do that and then use diff (or FileMerge) to migrate any changes./usr/local/bin to the mamp directory; e.g. ln -s /Applications/MAMP/bin/php5.2/bin/php /usr/local/bin/php-mamp
Depending on which version you've upgraded to, you may need to relink this.
ln -s "/Library/Application Support/appsolute/MAMP PRO/conf/php.ini" "/Applications/MAMP/conf/php5.2/php.ini"
Discussion