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
Mipadi's answer failed for me with MySQL 5.6.13 installed with Homebrew on the date of this post. But I checked brew info mysql as he suggested and it gave me a working solution:
brew info mysql
> ln -sfv /usr/local/opt/mysql/*.plist ~/Library/LaunchAgents