living in the question...
What if you have forgot your password and to the distress your mail server is down to change it through email. Don't worry if you have access to the database of the site.
UPDATE `wp_users` SET `user_pass` = MD5('newPassword') WHERE `wp_users`.`user_login` ="yourUserName" LIMIT 1;
Thats all! enjoy
Copyright © 2012 News Magazine Theme. Designed by Templateism