Answers for "brew instalar 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
0

brew start mysql

brew services start [email protected]
Posted by: Guest on July-20-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language