I recently tried installing MySQL with homebrew (brew install mysql) and when I try to run it I get the following error:
brew install mysql
ERROR 2002 (HY00
I got the same error and this is what helped me:
$ln -sfv /usr/local/opt/mysql/*.plist ~/Library/LaunchAgents $launchctl load ~/Library/LaunchAgents/homebrew.mxcl.mysql.plist $mysql -uroot mysql>