Jump to content
  • 0

[DB]Error Unknown Column 'bound' in field list


Question

11 answers to this question

Recommended Posts

  • 0
Posted
10 minutes ago, iamhyd said:

I think @Functor provide an sql update for it. You should take a look on the files that he gave to you.

thanks mate problem solved, i just use ALTER TABLE `loginlog` ADD `unique_id` INT(11) UNSIGNED NOT NULL DEFAULT '0' AFTER `rcode`;    ,its on db mod that functor send me
thank you.

  • 0
Posted

Please remove all log Databases and reimport the log files. (atcommandlog, branchlog, cashlog, chatlog, feedinglog, loginlog, mvplog, npclog, picklog, zenylog)

 

Rynbef~

  • 0
Posted
22 hours ago, Rynbef said:

Please remove all log Databases and reimport the log files. (atcommandlog, branchlog, cashlog, chatlog, feedinglog, loginlog, mvplog, npclog, picklog, zenylog)

 

Rynbef~

got the same error after reimport all the log files

  • 0
Posted

Check picklog table and look for unique_id if you cant find it you need to add it.
 

ALTER TABLE picklog
ADD COLUMN `unique_id` bigint(20) unsigned NOT NULL default '0' AFTER `option_parm4`;

 

  • 0
Posted
29 minutes ago, iamhyd said:

Check picklog table and look for unique_id if you cant find it you need to add it.
 


ALTER TABLE picklog
ADD COLUMN `unique_id` bigint(20) unsigned NOT NULL default '0' AFTER `option_parm4`;

 

image.thumb.png.5aa645a3312e40c010ecc87c37f2e874.pngthis is my picklog

  • 0
Posted
42 minutes ago, iamhyd said:

Do you have any gameguard installed on your server? 
 


ALTER TABLE loginlog
ADD COLUMN `unique_id` bigint(20) unsigned NOT NULL default '0' AFTER `rcode`;

 

i have gepard sir.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...