Top "Mysql-error-1062" questions

ERROR 1062 (23000): Duplicate entry '%s' for key '%s'

MySQL PHPMyAdmin Error #1062 - Duplicate entry '0' for key 'PRIMARY'

Now I want to add a primary key id column but it throws the error: #1062 - Duplicate entry '0' …

mysql phpmyadmin mysql-error-1062
phpMyAdmin: MySQL Error 1062 - Duplicate entry

I connect with user "root" onto my database "test" which I host locally for development. Among others I have the …

mysql phpmyadmin corruption mysql-error-1062 duplicates
MySQL Duplicate error with ALTER IGNORE TABLE

I have a table in my MySQL with duplicates. I try to delete the duplicates and keep one entry. I …

mysql duplicates ignore mysql-error-1062
Display error message in php for MYSQL duplicate error

I am using UNIQUE Constraint in my table for two columns to prevent duplicate rows. If I try to insert …

php mysql mysql-error-1062
Hibernate Save strange behaviour

I have a user object that has a one-to-many relationship with String types. I believe they are simple mappings. The …

java mysql hibernate mysql-error-1062