Skip to content

Instantly share code, notes, and snippets.

@weiofcn
Created March 28, 2018 09:53
Show Gist options
  • Save weiofcn/30c9a862a2dd4ff0f572cd5de43847fd to your computer and use it in GitHub Desktop.
Save weiofcn/30c9a862a2dd4ff0f572cd5de43847fd to your computer and use it in GitHub Desktop.
删除Ubuntu中的MYSQL
sudo service mysql stop && sudo apt-get --purge remove "mysql*" && sudo rm -rf /etc/mysql/ && sudo rm -rf /var/lib/mysql && sudo apt-get autoremove
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment