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
|