Created
April 26, 2020 05:02
-
-
Save Daniyal-Javani/b990a892e55bf319274964aa2047b44a to your computer and use it in GitHub Desktop.
root user for phpmyadmin in Ubuntu 20.04
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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