Skip to content

Instantly share code, notes, and snippets.

@clonn
Last active May 21, 2021 14:59
Show Gist options
  • Select an option

  • Save clonn/248570e787e487472619eeea0dde4df2 to your computer and use it in GitHub Desktop.

Select an option

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

clonn commented Mar 16, 2020

Copy link
Copy Markdown
Author

@bhattaraisuman that is for remove mysql.

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