-
-
Save tomcangbk/a9570e554325c13608fc36dfdf5f6414 to your computer and use it in GitHub Desktop.
remove complete mariaDB in ubuntu
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