• Changing root password in phpMyAdmin on MAMP

    To change the root password on MAMP for phpMyAdmin, run this command in terminal: (replace newpass with the new password you want. For password, leave it as password, do not use your current password, you will be prompted for that when you hit enter. keep newpass in single quotes) /Applications/MAMP/Library/bin/mysqladmin -u root -p password ’newpass’ Now you should be prompted for your current password. Enter your current password and the change should take effect. Make…Continue reading

  • Setting up MAMP Pro with Zend Debugger, Optimizer and Extension Manager

    It seems some are having trouble setting up the Zend Debugger so i wrote this after doing some testing to see why people are having this problem. I provide below how to do this in MAMP Pro. This will also get rid of the :8888 at the end of the url as well. Download an install the latest version of MAMP Install MAMP Install MAMP Pro - I recommend this if you work on multiple projects,… Continue reading

  • Setting up MAMP with Zend Debugger, Optimizer and Extension Manager

    It seems some are having trouble setting up the Zend Debugger so i wrote this after doing some testing to see why people are having this problem. I provide below how to do this in both MAMP and MAMP Pro. This will also get rid of the :8888 at the end of the url as well. Download an install the latest version of MAMP Install MAMP Install MAMP Pro - I recommend this if you… Continue reading

1