Created
December 25, 2017 06:54
-
-
Save nocoo/a617b2f28c6ac586025fc0123904930e to your computer and use it in GitHub Desktop.
WSL mysql_upgrade failed with exit status 11
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 apt-get remove --purge 'mysql*' | |
sudo rm -rf /etc/mysql /var/lib/mysql | |
sudo apt-get autoremove | |
sudo apt-get autoclean | |
sudo apt-get install mysql-server |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment