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'; |
Flush privileges for changes to take effect.
flush privileges; |
cloud engineer
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;