I just installed mysql in terminal through homebrew.
Now when I try to connect to mysql it fails, but after I run mysqld it works..
mysqld
So what I n
mkdir -p ~/Library/LaunchAgents cp /usr/local/opt/mysql/homebrew.mxcl.mysql.plist ~/Library/LaunchAgents/ launchctl load -w ~/Library/LaunchAgents/homebrew.mxcl.mysql.plist