Got a nice MySQL problem: a table, which has the following primary key: id, id
.
You can use, or dump, this table without problems … but you cannot reinsert the dump into the same (4.1) or a newer (5.0) MySQL version.
This is the table dump, created with SHOW CREATE TABLE tablename
:
|
|
Now I try to reinsert this table into another database:
|
|
What the …
Shall I repeat myself?
Categories:
[Other-Dbs]
Tags:
[Mysql]
[Primary-Key]