Jump to content
  • 0
trickerytrickery

import mob_skill_db_re what happened here?

Question

I can Import the table without problem, however it seems it cant fit key´s in right. (thus i cant really edit it afterwards)

 

'\xEA\xB2\x8C\xED\x8E\x 9C...' for column 'INFO' at row 1

ERROR 1366 (HY000): Incorrect integer value

Worked like a charm 2 Years Ago (Last Server), what happened here?

 

#Edit 1

Found out that the Korean Names of the Geffen Magic Tournament Mobs seem to caused atleast one of this Errors

However "Still no „unique“) column"

Unbenannt.JPG

 

#Edit 2

Ive just added the unique key

ALTER TABLE `mob_skill_db_re` ADD UNIQUE (`MOB_ID`)

To Test it, breaks it ofc since the unique is MOB_ID and it cant use more then one per mob, but now it works

so its def. the unique key

 

Soo, i guess i have to create another column just for a unique key ?

Why guys, why ?

Edited by trickerytrickery
Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

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.



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.