Is it just me, or is it not possible to logon as the DB admin #1 that setup the DB?

I don't recall setting up an account inside the actual DB of UBBT but assumed it was already created. I can logon with another Admin account but can't seem to logon with the one that created the DB in the first place and is there in the Control Panel. I've confirmed the password is correct.


Code
 SELECT COUNT( * ) AS `Rows` , `USER_LOGIN_NAME`
FROM `ubbt_USERS`
GROUP BY `USER_LOGIN_NAME`
ORDER BY `USER_LOGIN_NAME`
LIMIT 0 , 30 

Shows #1 logon as: **DONOTDELETE**

Last edited by ntdoc; 03/20/2009 8:05 PM. Reason: code snippet posted