Horje
brew uninstall mysql Code Example
brew uninstall mysql
brew remove mysql
brew cleanup
sudo rm /usr/local/mysql
sudo rm -rf /usr/local/var/mysql
brew reinstall mysql
# To uninstall
brew uninstall mysql@5.7
rm -rf /usr/local/var/mysql
rm /usr/local/etc/my.cnf
# To Reinstall
brew install mysql@5.7
brew link --force mysql@5.7
brew services start mysql@5.7
delete mysql from mac
$ brew uninstall mysql

Uninstalling /usr/local/Cellar/mysql/5.6.19...




Shell

Related
install redis on mac Code Example install redis on mac Code Example
recent branches Code Example recent branches Code Example
increase no of watchers Code Example increase no of watchers Code Example
ubuntu tweak Code Example ubuntu tweak Code Example
restart redis ubuntu Code Example restart redis ubuntu Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
20