Answers for "brew uninstall mysql"

1

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 uninstall mysql

brew remove mysql
brew cleanup
sudo rm /usr/local/mysql
sudo rm -rf /usr/local/var/mysql
Posted by: Guest on February-14-2021
1

delete mysql from mac

$ brew uninstall mysql

Uninstalling /usr/local/Cellar/mysql/5.6.19...
Posted by: Guest on March-10-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language