Created
April 10, 2020 06:30
-
-
Save mohamm6d/b9b7e7e73b66db617e287c6aeda2c7bd to your computer and use it in GitHub Desktop.
How to uninstall and re-install MySQL Ubuntu
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |
sudo apt-get install mysql-server |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment