Answers for "homebrew mysql service not starting"

0

homebrew mysql service not starting

# 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
Posted by: Guest on June-19-2021
0

homebrew mysql service not starting

sudo chown -R "$(whoami):admin" /usr/local/*
# it will take some time
Posted by: Guest on June-19-2021
0

homebrew mysql service not starting

# DO NOT USE "sudo brew"
brew services start mysql
Posted by: Guest on June-19-2021

Code answers related to "homebrew mysql service not starting"

Browse Popular Code Answers by Language