Skip to content

Instantly share code, notes, and snippets.

@selfagency
Created July 11, 2021 01:16
Show Gist options
  • Select an option

  • Save selfagency/b08193a9365bf5bb1ff5387032879de6 to your computer and use it in GitHub Desktop.

Select an option

Save selfagency/b08193a9365bf5bb1ff5387032879de6 to your computer and use it in GitHub Desktop.
change mysql 8 to mysql 5 password auth
ALTER USER `root`@`%` IDENTIFIED WITH mysql_native_password BY [PASSWORD]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment