Skip to content

Instantly share code, notes, and snippets.

@nocoo
Created December 25, 2017 06:54
Show Gist options
  • Save nocoo/a617b2f28c6ac586025fc0123904930e to your computer and use it in GitHub Desktop.
Save nocoo/a617b2f28c6ac586025fc0123904930e to your computer and use it in GitHub Desktop.
WSL mysql_upgrade failed with exit status 11
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