homebrew nysql launch code example
Example 1: homebrew nysql launch
brew services restart mysql
Stopping `mysql`... (might take a while)
==> Successfully stopped `mysql` (label: homebrew.mxcl.mysql)
==> Successfully started `mysql` (label: homebrew.mxcl.mysql)
Example 2: homebrew nysql launch
$ brew services start mysql
==> Successfully started `mysql` (label: homebrew.mxcl.mysql)