Answers for "uninstall mariadb server and client in ubuntu 18.4"

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 autoclean
sudo rm -rf /var/lib/mysql/
sudo rm -rf /etc/mysql/
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 "uninstall mariadb server and client in ubuntu 18.4"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language