You need to set the OLD password as described in the server setup wiki. Here is the mysql you need to add and make sure to change the password to whatever you want your password to be:
Code:
set password for 'root'@'localhost' = OLD_PASSWORD('newpwd');