Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unable to stop MySQL on OS X 10.10

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 expected so I want to uninstall and try again.

The trouble is that I can't stop MySQL either by system preferences or command line. I keep trying suggestions on the net but so far unsuccessful. Can anyone help?

like image 629
LB79 Avatar asked Mar 31 '15 17:03

LB79


People also ask

Is MySQL always running?

MySql is a server, running all the time, unless you install it "on-demand" and run and stop it yourself.


1 Answers

brew services stop [email protected] worked for me, when all else failed.

like image 199
dvvrt Avatar answered Sep 28 '22 10:09

dvvrt