Mera Mero
Guess Who?
- Joined
- Dec 27, 2014
- Messages
- 417
- Reaction score
- 86
Hello ,i've got deathlist system and i've sql the query on my phpmyadmin and i found problem with it when i checked the deathlist
QUERY
and when i check the deathlist found this error
any ideas about it?
yoyo? anyone here?
may someone help me? !
QUERY
Code:
CREATE TABLE death_list (
id INTEGER NOT NULL,
player_id INTEGER NOT NULL,
date INTEGER NOT NULL,
level INTEGER NOT NULL,
killer_name INTEGER NOT NULL,
PRIMARY KEY ( id )
);
Code:
[28/01/2015 14:15:25] mysql_real_query(): INSERT INTO `death_list` (`player_id`, `date`, `level`, `killer_name`) VALUES ('5', '1422447325', '115', 'Morgaroth. '); - MYSQL ERROR: Duplicate entry '0' for key 'PRIMARY' (1062)
yoyo? anyone here?
may someone help me? !
Last edited by a moderator: