2

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.

Community
  • 1
  • 1
  • ok solved by following the last answer to this topic: http://stackoverflow.com/questions/25333173/mysql-with-mamp-does-not-work-with-osx-yosemite-10-10 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 Oct 18 '14 at 20:20

1 Answers1

3

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!

steffcarrington
  • 404
  • 3
  • 13