If you're using minilogin did you forget to re-add the eqemu user? I've done that more than once when resourcing the DB.
Try starting mysql (I.E. Start > Run > C:\mysql\bin\mysql -u <your username> -p <your DB name>) then enter the command
Code:
INSERT INTO account SET name='eqemu', password='eqemu', status=200;
Hope that helps.
