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

<pre lang="bash">
ALTER USER username IDENTIFIED BY 'password';

Flush privileges for changes to take effect.

<pre lang="bash">
flush privileges;