• Skip to main content

Uly.me

cloud engineer

  • Home
  • About
  • Archives

Change MySQL User Password

November 29, 2020 by Ulysses

This is a very simple command to run. Login to MySQL first and run the following the command line.

ALTER USER username IDENTIFIED BY 'password';

ALTER USER username IDENTIFIED BY 'password';

Flush privileges for changes to take effect.

flush privileges;

flush privileges;

Filed Under: Linux Tagged With: alter, change, mysql, password, user

Subscribe via email.

  • Home
  • About
  • Archives

Copyright © 2012–2022