OK - thats a command line query for running queries from the mysql command line.
Do you have mysql query browser set up ?
If so use these queries:
UPDATE mysql.user SET Password = OLD_PASSWORD('password')
WHERE Host = 'localhost' AND User = 'username';
Then run:
FLUSH PRIVILEGES;
To reset the privileges in mysql and vola!