Skip to content

Instantly share code, notes, and snippets.

@clonn
Last active May 21, 2021 14:59
Show Gist options
  • Save clonn/248570e787e487472619eeea0dde4df2 to your computer and use it in GitHub Desktop.
Save clonn/248570e787e487472619eeea0dde4df2 to your computer and use it in GitHub Desktop.
remove complete mariaDB in ubuntu 14.04
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
@clonn
Copy link
Author

clonn commented Jun 18, 2019

what is your os version, I am using Ubuntu 14.04.

@ovpdng124
Copy link

it's working, thanks!

@bhattaraisuman
Copy link

  • 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

@clonn
Copy link
Author

clonn commented Mar 16, 2020

@bhattaraisuman that is for remove mysql.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment