View Single Post
  #1  
Old 02-01-2004, 02:46 AM
argar
Fire Beetle
 
Join Date: Jun 2003
Posts: 2
Default I cant figure out whats going wrong.

I try to insert the account name in the mysql DB with
Code:
INSERT INTO account (id, name, charname, packencrypt, sharedplat, password, status, lsaccount_id, gmspeed, revoked) VALUES (1, 'eqemu', '', '', 0, 'eqemu', 250, NULL, 0, 0);
but it says
unknown column 'revoked' in 'field list' I can get in using mini loggin but I get a 1017 error when I try to connect to the server which I guess is from the account not being in the DB
Reply With Quote