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
mySQL auto increment problem: Duplicate entry '4294967295' for key 1

I have a table of emails. The last record in there for an auto increment id is 3780, which is a …

php mysql pdo auto-increment mysql-error-1062
JPA: SQL Error: 1062, SQLState: 23000 ERROR: Duplicate entry:

i'm trying to teach myself a little bit Java and JPA and now is the point where nothing happens since …

java jpa one-to-many persist mysql-error-1062
How to restore data from MYSQL dump without any duplicate key errors?

Everytime I try restoring the dump, I get : ERROR 1062 (23000) at line 10297: Duplicate entry 'spaß' for key 'PRIMARY' I am …

mysql mysqldump mysql-error-1062