Thanks for replying, Your reply  makes sense. I just need to confirm that if i used the following Dump
http://dumps.wikimedia.org/fiwiki/20130323/

And download all sql and XML files and populates my table using some utility, then the whole Wikipedia data is configured ?
I mean to say that this dump provide me whole data of Wikipedia, including content, revision history etc. Or i need something more.

Regards,
IMran


On Thu, Apr 11, 2013 at 2:15 AM, Federico Leva (Nemo) <nemowiki@gmail.com> wrote:
Imran Latif, 10/04/2013 23:06:

I'm doing research project on Wikipedia, so i need the Wikipedia data. I
decided to use the database dumps of Wikipedia for this purpose but
there are too much files there i don't know which file populates the
which table. Would you please provide some information that tells the
dumps file mapping to exact DB table.

Your prompt response is much appreciated.

.sql.gz files are names exactly after each DB table; the list is at https://www.mediawiki.org/wiki/Manual:Database_layout
Example: http://dumps.wikimedia.org/fiwiki/20130410/fiwiki-20130410-iwlinks.sql.gz -> https://www.mediawiki.org/wiki/Manual:Iwlinks_table

Nemo