View Single Post
  #1  
Old 04-19-2004, 04:15 AM
cyberstormx
Fire Beetle
 
Join Date: Apr 2004
Posts: 17
Default MySQL v4.0.18: ERROR 1136

I couldn't find any specific posts with this error, so i'll see if you guys can help me out here.

After following the guide instruction, i successfully sourced MW055_alpha_02 and doorupdate... into the eq database.

(this is inside the c:/mysql/bin mysql -u root mysql)
(user/pass the same)
i type INSERT INTO acount(id,name,charname,packencrypt, sharedplat,password, status, lsaccount_id, gmspeed, revoked) VALUES (1,'mysqlpass',",",0,'mysqluser',250,NULL,0,0);

ERROR 1136: Column count doesn't match value count at row 1

DB.ini:
[Database]
host=localhost
user=user
password=pass
database=eq
compression=off
Reply With Quote