Skip to content

Instantly share code, notes, and snippets.

@iredun
Created January 18, 2021 12:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iredun/61a8ebfc6bd877ac0252bf072189c433 to your computer and use it in GitHub Desktop.
Save iredun/61a8ebfc6bd877ac0252bf072189c433 to your computer and use it in GitHub Desktop.
Change root@localhost user password
alter user 'root'@'localhost' identified with mysql_native_password by 'PASS';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment