Top "Mysql-error-1062" questions

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

phpmyadmin error "#1062 - Duplicate entry '1' for key 1"

I dropped all tables from a database then restore(import) a backup. Afterwards I am getting error #1062 - Duplicate entry …

php mysql database phpmyadmin mysql-error-1062
Problems with contenttypes when loading a fixture in Django

I am having trouble loading Django fixtures into my MySQL database because of contenttypes conflicts. First I tried dumping the …

mysql django django-models fixtures mysql-error-1062
MySQL: Duplicate Entry for Key 2

I'm not sure what I'm doing to cause this error. The query: INSERT INTO node (type, language, title) VALUES ('bout', …

sql mysql mysql-error-1062
MySQL Replication Error(1062)

I am new to MySQL and after a long search I am able to configure master-slave ROW based replication. I …

mysql replication mysql-error-1062
Getting duplicate entry errors from Hibernate, is MySQL to blame?

I am working on a database application which is mostly read-only, but there is one table which records user movement …

mysql hibernate mysql-error-1062
MySQL Binary Log Replication: Can it be set to ignore errors?

I'm running a master-slave MySQL binary log replication system (phew!) that, for some data, is not in sync (meaning, the …

mysql replication mysql-error-1062 binlog
#1062 - duplicate entry '' for key 'primary'

Table 1 - leads column 1 - lead_source_description Table 2 - leads_cstm column 2 -referrer_c I am trying to copy …

mysql sql mysql-error-1062
Error 1062. Duplicate entry in mysql

I have a MySQL table whose schema in which column 1 is primary key. I have a tsv file which I …

mysql mysql-error-1062
Converting mysql tables from latin1 to utf8

I'm trying to convert some mysql tables from latin1 to utf8. I'm using the following command, which seems to mostly …

mysql utf-8 collation latin1 mysql-error-1062
mysql: Duplicate entry '0' for key 'PRIMARY' and bizarre ID behavior

See log below. (Snipped just for brevity; unsnipped @ http://pastebin.com/k9sCM6Ee) In short: somehow rows are getting …

mysql sql indexing mysql-error-1062