Created
September 24, 2019 10:38
-
-
Save aamsur-mkt/85d021a259049f1426f40517b48a0ca8 to your computer and use it in GitHub Desktop.
Change user password in Mysql
This file contains 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 'user'@'%' IDENTIFIED BY 'yourfpassword'; | |
FLUSH PRIVILEGES; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment