Unable to stop MySQL on OS X 10.10

前端 未结 9 1552
忘掉有多难
忘掉有多难 2021-02-01 09:23

I\'m starting to go nuts over this. I setup MySQL/Apache/PHP using the tutorial by Coolest Guides On The Planet. I\'m guessing something went wrong as its not working as expec

9条回答
  •  北荒
    北荒 (楼主)
    2021-02-01 09:43

    For Mac Users kill -9 {pid} kept restarting the process. This was because I had MySQL Server running. On OSX I had to:

    1- System Preferences.

    2- Search for mysql.

    3- Press the Stop MySQL Server button.

    got it from a github issue, and it solved my problem

    https://github.com/docker/compose/issues/4950#issuecomment-407145733

提交回复
热议问题