When I tried brew services list command, dnsmasq, nginx status started but yellow. php71 and mysql is started and green.
brew services list
Previously when my Mysql statu
The following steps worked to solve this for me:
Remove the postmaster.pid file for your service (i.e. rm /usr/local/var/postgres/postmaster.pid).
postmaster.pid
rm /usr/local/var/postgres/postmaster.pid
Restart your service on homebrew (i.e. brew services restart postgresql).
brew services restart postgresql