Please follow the command below to set your password for the first time for MySQL:-
# mysqladmin -u root password YOURPASSWORD
We can change the root password through the command below :-
# mysqladmin -u root -p’oldpassword’ password ‘yournewpassword’
]]>