Last active
May 21, 2021 14:59
-
-
Save clonn/248570e787e487472619eeea0dde4df2 to your computer and use it in GitHub Desktop.
remove complete mariaDB in ubuntu 14.04
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get remove mariadb-server | |
sudo apt-get remove --auto-remove mariadb-server | |
sudo apt-get purge mariadb-server | |
sudo apt-get purge --auto-remove mariadb-server |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
to clean/un-install the mysql