Hi
I fixed this by doing the following, I had my database connection setup to use the name ‘ben’@’localhost’ and when i used the following command in the mysql command line I no longer got the error:
SET PASSWORD FOR ‘root’@’localhost’ = OLD_PASSWORD(‘mymysqlpassword’);