Get to the MySQL prompt and use something like the following:
UPDATE wp_users SET user_pass=MD5(‘secret’) WHERE ID=1;
Red Branch | For Future Reference …
UPDATE wp_users SET user_pass=MD5(‘secret’) WHERE ID=1;