2
votes

this is a follow up of this issue: Problems with apache MAMP 3 and Yosemite

I have followed the recommendation (upgrading Mamp to the latest version) but the Mysql server still does not start: I am using default ports 8888 and 8889. When setting a different port (e.g., 80) both servers do not run...XAMP works fine instead.

1
ok solved by following the last answer to this topic: stackoverflow.com/questions/25333173/… The file is located in: /etc/apache2/httpd.conf Change Listen 80 to Listen 8080 Restart your MAC, and try to launch again MAMP Services. - Francesco Manciocchi

1 Answers

3
votes

I had the same problem running MAMP, I found that updating the envvars_ file under MAMP/Library/bin to _envvars and then changing the Apache Port to 8888 and the MySQL Port to 3306 got it working for me.

I hope this helps!