Skip to content

Instantly share code, notes, and snippets.

@abdulwaheedsyed
Created March 12, 2024 09:26
Show Gist options
  • Select an option

  • Save abdulwaheedsyed/f86e6a9ad402ac7165d1b1a5a1546331 to your computer and use it in GitHub Desktop.

Select an option

Save abdulwaheedsyed/f86e6a9ad402ac7165d1b1a5a1546331 to your computer and use it in GitHub Desktop.
MySQL 8 Unlock root@localhost
ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'P@ssw0rd';
FLUSH PRIVILEGES;
@abdulwaheedsyed
Copy link
Copy Markdown
Author

Please don't ever use this in production!!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment