I'm facing a weird problem with my PHPmyAdmin while inserting query! it shows that the data are duplicate but it doesn't, here's the error message bellow:
Error SQL query: Edit
INSERT INTO `a5693029_mydb`.`student` (
`stuID` ,
`stuName` ,
`stuMajor`
)
VALUES (
'20120176106', NULL , NULL
)
MySQL said: Documentation
#1062 - Duplicate entry '2147483647' for key 'PRIMARY'