Answers for "brew instal mysql and not starting"

2

brew reinstall mysql

# To uninstall
brew uninstall [email protected]
rm -rf /usr/local/var/mysql
rm /usr/local/etc/my.cnf
# To Reinstall
brew install [email protected]
brew link --force [email protected]
brew services start [email protected]
Posted by: Guest on March-25-2020
1

homebrew mysql service not starting

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

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language