Skip to content
programbr.com
  • Linux
  • WORDPRESS
    • WordPress Hosting
    • Plugins
    • Themes
  • Search

How to Permanently Remove, Uninstall MySQL from Ubuntu

sudo service mysql stop
sudo apt-get remove --purge mysql-server mysql-client mysql-common -y
sudo apt autoremove
ls /etc/mysql
ls /var/lib/mysql
sudo rm -rf /etc/mysql
sudo rm -rf /var/lib/mysql

Remove - Uninstall MySQL from Ubuntu

sudo rm -r /var/log/mysql
Install MySQL on Ubuntu 22.04
Install MySQL on Ubuntu 20.04
Permanently Remove, Uninstall MySQL from Ubuntu
Fix MySQL root password setup error in ubuntu
Reset or Change the MySQL root Password on Ubuntu
Post navigation
← How to Solve / Fix MySQL root password setup error in ubuntu
How to Install and Configure Nginx on Ubuntu 22.04 →

Disclaimer: This website is supported by its readers. If you buy any product or service through links on our website, we may receive an affiliate commission. Learn How?

Contact US      Terms and Condition      Privacy Policy
Copyright © 2022 Programbr.com