• 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!

Error while importing MySQL db

cbrm

Retired scripter
Staff member
Global Moderator
Joined
Jan 6, 2009
Messages
6,599
Solutions
3
Reaction score
973
Location
Caribbean Sea
Well I exported a mysql db of a tfs 0.2.2 to a .sql file

but now I want to restore but I get this error:

I left the phpmyadmin import conf like:
utf8
SQL file

but then
PHP:
[B]Error[/B]

     consulta SQL:     
      DELIMITER ; -- -- Dumping data for table `accounts` -- INSERT INTO `accounts` (`id`, `password`, `type`, `premdays`, `lastday`, `key`, `email`, `blocked`, `warnings`, `group_id`, `page_lastday`, `email_new`, `email_new_time`, `created`, `rlname`, `location`, `page_access`, `email_code`, `next_email`, `premium_points`, `passed`, `block`, `refresh`) VALUES (1, 'alfabeta', 1, 65535, 1253023900, '', '[email protected]', 0, 0, 1, 1253027714, '', 1248117637, 0, '', '', 3, '0', 1249572507, 0, 0, 0, 0), (2, 'jorge', 1, 3, 1248138285, '0', '[email protected]', 0, 0, 1, 1248138580, '', 0, 1248138285, '', '', 0, '0', 0, 0, 0, 0, 0), (424, '424', 1, 3, 1249530999, '0', '[email protected]', 0, 0, 1, 1249531032, '', 0, 1249530998, '', '', 0, '0', 0, 0, 0, 0, 0), (456, 'lol123', 1, 3, 1252724498, '0', '[email protected]', 0, 0, 1, 1252724512, '', 0, 1252724498, '', '', 0, '0', 0, 0, 0, 0, 0), (554, '72828163miguelangel', 1, 0, 1251155748, '0', 'miguel_angel_0929@hotmai[...] 
      MySQL ha dicho: [IMG]http://localhost/phpmyadmin/themes/original/img/b_help.png[/IMG] 
  #1062 - Duplicate entry '1' for key 'PRIMARY'
 
Back
Top