I installed MySQL on Mac OS X Mountain Lion with homebrew install mysql, but when I tried mysql -u root I got the following error:
homebrew install mysql
mysql -u root
only this has made the trick for me brew services start --all (after trying all answers)
brew services start --all