~ mysql -uroot
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)
~ brew services start mysql
Bootstrap failed: 5: Input/output error
Try re-running the command as root for richer errors.
Error: Failure while executing; `/bin/launchctl bootstrap gui/502 /Users/prab/Library/LaunchAgents/homebrew.mxcl.mysql.plist` exited with 5.
Need to install the 8.4 and rerun the service.
brew install [email protected]
brew services start [email protected]
Select mysql version
brew unlink mysql
brew link [email protected]
$ mysql --version
mysql Ver 8.4.2 for macos13.6 on arm64 (Homebrew)