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
If you used brew then you can find out which version you are using by:
brew
launchctl list|grep mysql
this will print something like
92555 0 homebrew.mxcl.mysql@5.7
In my case I'm using mysql@5.7
You can stop using:
brew services stop mysql@5.7