Last active
November 17, 2019 13:09
-
-
Save yohangdev/0882df3a3c4f78ab89f4a91d74cbad95 to your computer and use it in GitHub Desktop.
Debian Clean Remove MySQL
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
| apt-get remove --purge mysql\* | |
| dpkg -l | grep -i mysql | |
| apt-get clean | |
| updatedb | |
| UPDATE mysql.user SET plugin = 'mysql_native_password' where host='localhost' and user='root'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment