george123456724
Technical User
Hi guys,
Have created a database using the MySQL control panel and phpMyAdmin. Nothing fancy, I'm just using it like an online Excel spreadsheet that can be updated by multiple users.
Everything was going great until this afternoon. I tried to add a new entry to the table, and I got the error:
"Duplicate entry '127' for key 1"
I kind of understand this - the entry would have been #127.
Each entry is assigned an auto-increment number which I use as a reference code. This field is the table's primary key.
Does anyone know why I am being prevented from adding entry #127?
I get the same problem both in mySQL Administrator and phpMyAdmin.
Thanks,
GeorgeC
Have created a database using the MySQL control panel and phpMyAdmin. Nothing fancy, I'm just using it like an online Excel spreadsheet that can be updated by multiple users.
Everything was going great until this afternoon. I tried to add a new entry to the table, and I got the error:
"Duplicate entry '127' for key 1"
I kind of understand this - the entry would have been #127.
Each entry is assigned an auto-increment number which I use as a reference code. This field is the table's primary key.
Does anyone know why I am being prevented from adding entry #127?
I get the same problem both in mySQL Administrator and phpMyAdmin.
Thanks,
GeorgeC