MySQL with MAMP does not work with OSX Yosemite 10.10

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

    I still needed to use envars so I was able to work around this by removing the following from the file. Found some errors when launching through terminal related to this

    if test "x$DYLD_LIBRARY_PATH" != "x" ; then
      DYLD_LIBRARY_PATH="/Applications/MAMP/Library/lib:$DYLD_LIBRARY_PATH"
    else
      DYLD_LIBRARY_PATH="/Applications/MAMP/Library/lib"
    fi
    export DYLD_LIBRARY_PATH
    

提交回复
热议问题