View Single Post
  #8  
Old 12-21-2003, 08:21 PM
Puck6633
Fire Beetle
 
Join Date: Nov 2003
Posts: 22
Default

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.
Reply With Quote