Change MySQL Password

mysql -u root -p
<enter your password>

SET PASSWORD [FOR user] = PASSWORD('some password')