I can't seem to download the english SQL dump
http://download.wikipedia.org/archives/en/20031116_old_table.sql.bz2
getting the message: "Forbidden You don't have permission"
is there a problem?
or is there anywhere else I can get the dump?
Stuart
________________________________________________________________________ Want to chat instantly with your online friends? Get the FREE Yahoo! Messenger http://mail.messenger.yahoo.co.uk
On Nov 20, 2003, at 10:24, Stuart Ayre wrote:
I can't seem to download the english SQL dump
http://download.wikipedia.org/archives/en/20031116_old_table.sql.bz2
getting the message: "Forbidden You don't have permission"
is there a problem?
The file is slightly over 2 gigabytes which seems to have confused Apache, which now refuses to send it out. If I can't resolve it soon, I'll split the file in two smaller chunks.
-- brion vibber (brion @ pobox.com)
On Nov 20, 2003, at 15:15, Brion Vibber wrote:
The file is slightly over 2 gigabytes which seems to have confused Apache, which now refuses to send it out. If I can't resolve it soon, I'll split the file in two smaller chunks.
Ok, for the meantime:
http://download.wikipedia.org/archives/en/xaa http://download.wikipedia.org/archives/en/xab
cat xaa xab > 20031116_old_table.sql.bz2 or cat xaa xab | bzip2 -dc | mysql .....
-- brion vibber (brion @ pobox.com)
wikitech-l@lists.wikimedia.org