Ulisse Savi wrote:
1,000 pages (19.529/sec), 1,000 revs (19.529/sec) ERROR 1062 (23000) at line 46: Duplicate entry '1' for key 1
You need to import into an empty database, or it will fail like this.
Before you start, try clearing the tables that mwdumper works in:
DELETE FROM page; DELETE FROM revision; DELETE FROM text;
-- brion vibber (brion @ pobox.com)