Bootstrap failed: 5: Input/output error
Error: Failure while executing; `/bin/launchctl bootstrap gui/501 ~/Library/LaunchAgents/homebrew.mxcl.mysql@5.7.plist` exited with 5.
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)
위 에러가 발생하며 homebrew로 설치한 mysql에 접속이 안 될 때,
mysql --verbose --help | grep my.cnf
my.cnf 파일 위치를 찾아서 아래와 같이 수정해보자
# Default Homebrew MySQL server config
[mysqld]
# Only allow connections from localhost
bind-address = 0.0.0.0