Skip to content

Instantly share code, notes, and snippets.

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 Daniyal-Javani/b990a892e55bf319274964aa2047b44a to your computer and use it in GitHub Desktop.
Save Daniyal-Javani/b990a892e55bf319274964aa2047b44a to your computer and use it in GitHub Desktop.
root user for phpmyadmin in Ubuntu 20.04
ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'password';
FLUSH PRIVILEGES;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment