Website: https://brew.sh
Show installed services: brew list
Show runninng services: brew services list
Install MySQL: brew install [email protected]
Link MySQL: brew link [email protected] --force
Stop MySQL: brew serivces stop [email protected]