Created
January 10, 2019 10:46
-
-
Save thephucit/640acc0d9320e2bbcb53bdc20a57c3f4 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 systemctl stop mysql | |
| sudo apt-get remove --purge mysql-server mysql-client mysql-common | |
| sudo apt-get autoremove | |
| sudo apt-get autoclean | |
| sudo rm -rf /var/lib/mysql/ | |
| sudo rm -rf /etc/mysql/ | |
| sudo apt-get install mariadb-server |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment