Service Homebrew MySQL ne pas démarrer
# DO NOT USE "sudo brew"
brew services start mysql
Filthy Fox
# DO NOT USE "sudo brew"
brew services start mysql
# stop and unload the launchdaemon
sudo launchctl unload -w /Library/LaunchDaemons/homebrew.mxcl.mysql.plist
# remove the lauchdaemon file
sudo rm -f /Library/LaunchDaemons/homebrew.mxcl.mysql.plist
sudo rm -f /tmp/mysql.sock /tmp/mysqlx.sock
sudo chown -R "$(whoami):admin" /usr/local/*
# it will take some time