Just use the password you enterd at the install of WB, and make sure you have cookies enabled!!!!
or if the above doesn't work use the code below... it's SQL code, so put it through you're sql parser and enjoy...
UPDATE tableprefix_users set password = md5("new password") where username = "admin";
and replace " new password " for the password you want!!!