Unable to stop MySQL on OS X 10.10

前端 未结 9 1630
忘掉有多难
忘掉有多难 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:40

    I've installed mysql via homebrew, but stop mysql by using mysql stop command, mysql restart right now. try to execute command as follow if your mysql was installed via homebrew

    brew services stop $(brew list | grep mysql)
    

提交回复
热议问题