• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

[MySQL] Can't import database...

jaszewski

New Member
Joined
Mar 12, 2009
Messages
32
Reaction score
0
Location
Poland
Hi,

When i'm trying to import my database i get this error:

PHP:
ERROR

SQL: 

DELIMITER ; -- -- Zrzut danych tabeli `players` -- INSERT INTO `players` (`id`, `name`, `world_id`, `group_id`, `account_id`, `level`, `vocation`, `health`, `healthmax`, `experience`, `lookbody`, `lookfeet`, `lookhead`, `looklegs`, `looktype`, `lookaddons`, `maglevel`, `mana`, `manamax`, `manaspent`, `soul`, `town_id`, `posx`, `posy`, `posz`, `conditions`, `cap`, `sex`, `lastlogin`, `lastip`, `save`, `redskull`, `redskulltime`, `rank_id`, `guildnick`, `lastlogout`, `blessings`, `balance`, `stamina`, `direction`, `loss_experience`, `loss_mana`, `loss_skills`, `loss_items`, `premend`, `online`, `marriage`, `promotion`, `deleted`, `created`, `nick_verify`, `hide_char`, `comment`, `old_name`, `exphist_lastexp`, `exphist1`, `exphist2`, `exphist3`, `exphist4`, `exphist5`, `exphist6`, `exphist7`, `onlinetimetoday`, `onlinetime1`, `onlinetime2`, `onlinetime3`, `onlinetime4`, `onlinetime5`, `onlinetime6`, `onlinetime7`, `onlinetimeall`) VALUES (3560, 'Druid Sample', 0, 1, 1, 8, 2, 185, 185, [...] 

MySQL error:  
#1062 - Duplicate entry '3560-0' for key 'player_id_2'

WTF?!

#1062 - Duplicate entry '3560-0' for key 'player_id_2'

Jaszewski.
 
Back
Top