MySQL with MAMP does not work with OSX Yosemite 10.10

前端 未结 15 704
灰色年华
灰色年华 2020-12-28 16:15

[EDIT] The last version of MAMP with the last version of OSX Yosemite works fine.

I installed the beta of Yosemite two month ago, no problem with MAMP. With the last

15条回答
  •  别那么骄傲
    2020-12-28 16:57

    I have had the same issue and none of the above worked.

    The Apache server in MAMP wouldn't work on port 80, or 8080 (The default Apache ports). The issue is with Apache being enabled by default in Yosemite.

    Either: change the Apache port in MAMP (Not preferable if you want to use the default port), or unload the launch Daemon by typing the following into the terminal:

    sudo launchctl unload -w /System/Library/LaunchDaemons/org.apache.httpd.plist

提交回复
热议问题