Intentando instalar MySQL a través de Homebrew. La instalación parece funcionar bien pero aparece un error:
"Error: The linking step did not complete successfully
The formula built, but is not symlinked into /usr/local
You can try again using `brew link mysql'"
Naturalmente, después de esto corrí:
brew link mysql
Que escupió:
Error: Could not symlink file: /usr/local/Cellar/mysql/5.5.20/include/typelib.h
/usr/local/include is not writable. You should change its permissions.
Así que lo ejecuté sudo
y obtuve un "cobarde negándose a elaborar el enlace mysql".