Skip to content

Instantly share code, notes, and snippets.

@yohangdev
Last active November 17, 2019 13:09
Show Gist options
  • Select an option

  • Save yohangdev/0882df3a3c4f78ab89f4a91d74cbad95 to your computer and use it in GitHub Desktop.

Select an option

Save yohangdev/0882df3a3c4f78ab89f4a91d74cbad95 to your computer and use it in GitHub Desktop.
Debian Clean Remove MySQL
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