Hi everyone,
I am trying to import the page table from the 20080312 dump and I am getting a duplicate entry error. Does anyone know if there is a problem with this dump, and if not could someone help me figure out what I'm doing wrong?
I am using the following command to import the file:
mysql -u wiki -p wiki20080312 < enwiki-20080312-page.sql
And received the following error:
ERROR 1062 (23000) at line 338: Duplicate entry '0-' for key 2
This seems to be the page_namespace + page_title key which is broken, so it looks like there are multiple pages with no title? Any ideas on how to get around this?
Mark