• Skip to main content

Uly.me

cloud engineer

  • Home
  • About
  • Archives

Change MySQL User Password

November 29, 2020

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

Search This Website

Subscribe Via Email

  • Home
  • About
  • Archives

Copyright © 2023