Ref: https://robots.thoughtbot.com/starting-and-stopping-background-services-with-homebrew
# list all services
$ brew services list
$ brew services start mysql
$ brew services restart mysql
Ref: https://robots.thoughtbot.com/starting-and-stopping-background-services-with-homebrew
# list all services
$ brew services list
$ brew services start mysql
$ brew services restart mysql