MySQL with MAMP does not work with OSX Yosemite 10.10

前端 未结 15 818
灰色年华
灰色年华 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:53

    Just to add to this thread, for those running Bitnami MAMP I had the same issue when upgrading to Yosemite (Mampstack-5.4.28-0). I solved it by going to

    Applications/Mampstack-(your version)/mysql/scripts/ctl.sh

    and adding the following

    MYSQL_PIDFILE = ....
    
    unset DYLD_LIBRARY_PATH <==== Add this
    
    MYSQL_START = ....
    

    MYSQL spun like silk. Hope this helps someone with the same problem.

提交回复
热议问题