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 |
it's working, thanks!
- sudo apt-get remove --purge mysql*
- sudo apt-get purge mysql*
- sudo apt-get autoremove
- sudo apt-get autoclean
- sudo apt-get remove dbconfig-mysql
- sudo apt-get dist-upgrade
to clean/un-install the mysql
@bhattaraisuman that is for remove mysql.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
what is your os version, I am using Ubuntu 14.04.