I've undertaken the horrid task of moving from a server running mySQL 4.1 to a server running mySQL 4.0. I'm attempting to import the database (19 megs), and get the error:
I've looked through the sql dump (which I exported in 4.0 compatability mode) and see a bunch of lines similar to this around there, but am not sure what they mean, since I am not THAT familiar with the vB sql tables. Any ideas?
Code:
Starting at the line: 141001 Error at the line 141791: INSERT INTO `word` VALUES (32813, '‘,………………………………'); Query: INSERT INTO `word` VALUES (32813, '‘,………………………………'); MySQL: Duplicate entry '‘,………………' for key 2 Stopped on error
Comment