MySQL with MAMP does not work with OSX Yosemite 10.10

前端 未结 15 824
灰色年华
灰色年华 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
    2020-12-28 17:00

    Edit the below file, with this command on Terminal.app:

    sudo vim /Applications/XAMPP/xamppfiles/mysql/scripts/ctl.sh

    On line #59, delete this:

    /Applications/XAMPP/xamppfiles/xampp startmysql > /dev/null &

    and put this

    /Applications/XAMPP/xamppfiles/bin/mysql.server start > /dev/null &

    (save the file: ESC :wq!)

    Restart All Servers on XAMPP.app (manager-osx)

提交回复
热议问题