Duplicate entry ‘127′ for key 1
19 October 2008
No Comment
Well I’m not so familar with SQL, that’s why I was struggling with that problems for about 10 minutes. Actually it’s fairly simply, the error message says that there is already an entry with the ID 127 in the database.
The problem is the size of the SQL field. A signed TinyINT can only save entries from -127 to 127, an unsigned TinyINT can hold entries that range from 0 to +255.
You can find some more information about it here.
Like our posts? Then subscribe via Mail:
Similar Posts:
- The URL does not appear to reference a valid XML file…
- child pid exit signal segmentation fault 11
- Wordpress: Default Custom Fields
- Premature end of script headers in index.php + 500 Error
- SQL: Select table entries with the same value
Socialize:
|
|











Leave your response!