Skip to content

Instantly share code, notes, and snippets.

@aamsur-mkt
Created September 24, 2019 10:38
Show Gist options
  • Save aamsur-mkt/85d021a259049f1426f40517b48a0ca8 to your computer and use it in GitHub Desktop.
Save aamsur-mkt/85d021a259049f1426f40517b48a0ca8 to your computer and use it in GitHub Desktop.
Change user password in Mysql
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