Felipe Ortega wrote:
Thanks, Brion. You're right, there's an error in the import process.
I've repeated it with the latest dump of eswiki, because it fails at a previous point (around page 3000). I think it's the same problem:
process output: [...] 3,647 pages (5.754/sec), 302,000 revs (476.442/sec) ERROR 1114 at line 7969: The table 'text' is full
Couple of thigns to check: 1) Is the file butting against a file size limit? If you're using MyISAM tables sometimes there's a 2-gig or 4-gig or something limit on file sizes.
This may be adjustable in the MySQL configuration; check dev.mysql.com for details (I don't know the var name offhand).
If using InnoDB tables, check if the transaction log is backed up or something. (Probably not very likely on a server that's not being used for other things.)
-- brion vibber (brion @ pobox.com)