Jump to content

Recommended Posts

Posted

I become this error for all custom items where i will input in navicat

 

this is a example

 

 

[Err] 1136 - Column count doesn't match value count at row 1

[Err] INSERT INTO `armor` VALUES ('37070', 'FireFlare Armor', 'chest', 'true', 'heavy', '7570', 'wood', 's84', '0', '-1', '-1', '226', '0', '0', '0', '2295', 'true', 'true', 'true', 'true', '0-0', '0-0;');

[Msg] Finished - Unsuccessfully

 

Posted

why u opened 2 topics with same problem?... like ExTrEmE said add it to db manualy.. read some guides man.. it cant get easier than that :/ if u cant even solve that yourself then what u gonna do next?

Posted

why u opened 2 topics with same problem?

 

Just noticed he's the same person, and i saw he already did 3 same topics

 

anyway..locked.

 

wolf, search for guides dont expect everything to be ready -.-

Posted

Just to help a bit (I hope), the sql file has more columns (the words separated with commas) than the columns in the database table.Just check each word and count the boxes in navicat.You'll see that some words in the sql cannot be inserted in the table, as it has no more boxes left :P

 

So you just have to edit a bit the sql file,

Hope I helped!

-Blane

Guest
This topic is now closed to further replies.


×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..