Skip to content

Instantly share code, notes, and snippets.

@hofmannsven
Created April 26, 2020 18:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hofmannsven/e067f7a283e166c657d14357641058ec to your computer and use it in GitHub Desktop.
Save hofmannsven/e067f7a283e166c657d14357641058ec to your computer and use it in GitHub Desktop.
Notes on working with Homebrew

Homebrew

Website: https://brew.sh

Services

Show installed services: brew list

Show runninng services: brew services list

MySQL

Install MySQL: brew install mysql@5.7

Link MySQL: brew link mysql@5.7 --force

Stop MySQL: brew serivces stop mysql@5.7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment