If you have access to your MySQL server either through the command line or other interface of some kind, execute the following query:
UPDATE wp_users SET user_pass=md5('new_password') WHERE user_login='admin';
Where new_password is your choice of password.