Skip to content

Instantly share code, notes, and snippets.

@Gioni06
Created December 22, 2019 08:19
Show Gist options
  • Save Gioni06/f6f3140d1cb7891da8c23b1c5718d100 to your computer and use it in GitHub Desktop.
Save Gioni06/f6f3140d1cb7891da8c23b1c5718d100 to your computer and use it in GitHub Desktop.
Use SequelPro with legacy password encryption for local development
ALTER USER root@localhost IDENTIFIED WITH mysql_native_password BY 'root';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment