Answers for "brew uninstall [email protected]"

0

uninstall mariadb server and client in ubuntu 18.4

sudo systemctl stop mysql
sudo apt-get remove --purge mysql-server mysql-client mysql-common
Posted by: Guest on May-11-2020
0

uninstall mariadb server and client in ubuntu 18.4

sudo apt-get autoremove
Posted by: Guest on May-11-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language