MySQL with MAMP does not work with OSX Yosemite 10.10

前端 未结 15 806
灰色年华
灰色年华 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条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-28 16:52

    OP question was about MAMP.

    I had this issue after installing OSX Yosemite and fixing the envvars to _envvars in the bin/apache2/bin folder.

    Then I was getting this socket error. So I checked the error logs for mysql and noticed this:

    InnoDB: Unable to lock ./ibdata1, error: 35 InnoDB: Check that you do not already have another mysqld process

    gee I love error logs.

    I found the process mysqld in Activity Monitor and killed it. Restarted MAMP and bingo! It all seems to hook up now!

提交回复
热议问题