Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Bazsmagister/cf10edf27ee9b3ad2b4a29453b93be77 to your computer and use it in GitHub Desktop.
Save Bazsmagister/cf10edf27ee9b3ad2b4a29453b93be77 to your computer and use it in GitHub Desktop.
uninstalling_mysql_from_linuxmint
Use apt to uninstall and remove all MySQL packages:
$ sudo apt-get remove --purge mysql-server mysql-client mysql-common -y
$ sudo apt-get autoremove -y
$ sudo apt-get autoclean
Remove the MySQL folder:
$ rm -rf /etc/mysql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment