<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How To: Install Wikipedia For Offline Access</title>
	<atom:link href="http://www.blindedbytech.com/2006/08/31/how-to-install-wikipedia-for-offline-access/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.blindedbytech.com/2006/08/31/how-to-install-wikipedia-for-offline-access/</link>
	<description>Random notes from the tech world.</description>
	<lastBuildDate>Sat, 24 Dec 2011 20:59:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Tkdwn</title>
		<link>http://www.blindedbytech.com/2006/08/31/how-to-install-wikipedia-for-offline-access/comment-page-2/#comment-63541</link>
		<dc:creator>Tkdwn</dc:creator>
		<pubDate>Fri, 08 Apr 2011 00:20:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.blindedbytech.com/2006/08/31/how-to-install-wikipedia-for-offline-access/#comment-63541</guid>
		<description>ERROR recived : c:\wamp\mysql\bin\mysql is not an aplication, batch or...
ANSWER to my newbi problem:

java -jar mwdumper.jar --format=sql:1.5 enwiki-latest-pages-articles.xml.bz2 &#124; c:\wamp\bin\mysql\mysql5.5.8\bin\mysql -u wikiuser -p wikidb  

 #!&quot;#c:\wamp\bin\mysql\mysql5.5.8\bin\(dir)mysql (application) -u -p (comand)

To simplify furder the mysql aplication isn`t always in the same folder,that depends on the wamp version, you must find it and than include in the cmd line.</description>
		<content:encoded><![CDATA[<p>ERROR recived : c:\wamp\mysql\bin\mysql is not an aplication, batch or&#8230;<br />
ANSWER to my newbi problem:</p>
<p>java -jar mwdumper.jar &#8211;format=sql:1.5 enwiki-latest-pages-articles.xml.bz2 | c:\wamp\bin\mysql\mysql5.5.8\bin\mysql -u wikiuser -p wikidb  </p>
<p> #!&#8221;#c:\wamp\bin\mysql\mysql5.5.8\bin\(dir)mysql (application) -u -p (comand)</p>
<p>To simplify furder the mysql aplication isn`t always in the same folder,that depends on the wamp version, you must find it and than include in the cmd line.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thai</title>
		<link>http://www.blindedbytech.com/2006/08/31/how-to-install-wikipedia-for-offline-access/comment-page-2/#comment-63527</link>
		<dc:creator>Thai</dc:creator>
		<pubDate>Sun, 03 Apr 2011 15:49:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.blindedbytech.com/2006/08/31/how-to-install-wikipedia-for-offline-access/#comment-63527</guid>
		<description>Thanks for Tutorial Techie ! 

 i tested successfull !  Thanks again !</description>
		<content:encoded><![CDATA[<p>Thanks for Tutorial Techie ! </p>
<p> i tested successfull !  Thanks again !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sydney</title>
		<link>http://www.blindedbytech.com/2006/08/31/how-to-install-wikipedia-for-offline-access/comment-page-2/#comment-63524</link>
		<dc:creator>Sydney</dc:creator>
		<pubDate>Sat, 02 Apr 2011 10:30:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.blindedbytech.com/2006/08/31/how-to-install-wikipedia-for-offline-access/#comment-63524</guid>
		<description>I tried it thrice in different machines with hard-drive memory space of 44GB. My dump is of 5GB, after extracting it became around 27 GB. I m trying it on windows 7 with 1 GB ram dual core processor. Using java 1.6, XAMP  version 1.7.1. changed particular variables  in my.ini and php.ini

The command I used:
 java -jar mwdumper.jar --format=sql:1.5 enwiki-20100130-pages-articles.xml &#124; D:\xampp\mysql\bin\mysql -u wikiuser -p wikidb
 

Within 2 hours it takes 9,541,307 pages and revs and suddenly stops without any error message. In my local wiki I found the wikidb size is only 4 Gb. My XML dump is of 27GB and it contains 20100130 pages. Most of the pages including main page are missing.

Thanx in advance for your help.</description>
		<content:encoded><![CDATA[<p>I tried it thrice in different machines with hard-drive memory space of 44GB. My dump is of 5GB, after extracting it became around 27 GB. I m trying it on windows 7 with 1 GB ram dual core processor. Using java 1.6, XAMP  version 1.7.1. changed particular variables  in my.ini and php.ini</p>
<p>The command I used:<br />
 java -jar mwdumper.jar &#8211;format=sql:1.5 enwiki-20100130-pages-articles.xml | D:\xampp\mysql\bin\mysql -u wikiuser -p wikidb</p>
<p>Within 2 hours it takes 9,541,307 pages and revs and suddenly stops without any error message. In my local wiki I found the wikidb size is only 4 Gb. My XML dump is of 27GB and it contains 20100130 pages. Most of the pages including main page are missing.</p>
<p>Thanx in advance for your help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sydney</title>
		<link>http://www.blindedbytech.com/2006/08/31/how-to-install-wikipedia-for-offline-access/comment-page-2/#comment-63522</link>
		<dc:creator>Sydney</dc:creator>
		<pubDate>Sat, 02 Apr 2011 06:29:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.blindedbytech.com/2006/08/31/how-to-install-wikipedia-for-offline-access/#comment-63522</guid>
		<description>I am in a strange problem. I went through every suggestions above and did according. But it seems, my importing using mwdumper runs really good. Within 2 hours it takes 9,541,307 pages and revs and suddenly stops without any error message. In my local wiki I found the wikidb size is only 4 Gb. My XML dump is of 27GB and it contains 20100130 pages. Most of the pages including main page are missing.

I need to fix it in a short time :(. Please help me..........</description>
		<content:encoded><![CDATA[<p>I am in a strange problem. I went through every suggestions above and did according. But it seems, my importing using mwdumper runs really good. Within 2 hours it takes 9,541,307 pages and revs and suddenly stops without any error message. In my local wiki I found the wikidb size is only 4 Gb. My XML dump is of 27GB and it contains 20100130 pages. Most of the pages including main page are missing.</p>
<p>I need to fix it in a short time <img src='http://www.blindedbytech.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> . Please help me&#8230;&#8230;&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen</title>
		<link>http://www.blindedbytech.com/2006/08/31/how-to-install-wikipedia-for-offline-access/comment-page-2/#comment-63343</link>
		<dc:creator>Stephen</dc:creator>
		<pubDate>Mon, 07 Mar 2011 06:34:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.blindedbytech.com/2006/08/31/how-to-install-wikipedia-for-offline-access/#comment-63343</guid>
		<description>You sir, are a hero. Thank you so much for the awesome tutorial.</description>
		<content:encoded><![CDATA[<p>You sir, are a hero. Thank you so much for the awesome tutorial.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kelson</title>
		<link>http://www.blindedbytech.com/2006/08/31/how-to-install-wikipedia-for-offline-access/comment-page-2/#comment-62987</link>
		<dc:creator>Kelson</dc:creator>
		<pubDate>Mon, 06 Sep 2010 14:44:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.blindedbytech.com/2006/08/31/how-to-install-wikipedia-for-offline-access/#comment-62987</guid>
		<description>More simple, download the last version of Kiwix with the Wikipedia WP1 selection (currently a selection of the 30.000 best articles) here (Win &amp; Linux):
http://download.kiwix.org/portable/wikipedia_en_wp1.zip</description>
		<content:encoded><![CDATA[<p>More simple, download the last version of Kiwix with the Wikipedia WP1 selection (currently a selection of the 30.000 best articles) here (Win &amp; Linux):<br />
<a href="http://download.kiwix.org/portable/wikipedia_en_wp1.zip" rel="nofollow">http://download.kiwix.org/portable/wikipedia_en_wp1.zip</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Useful MediaWiki Links &#171; Citrix Links</title>
		<link>http://www.blindedbytech.com/2006/08/31/how-to-install-wikipedia-for-offline-access/comment-page-2/#comment-62948</link>
		<dc:creator>Useful MediaWiki Links &#171; Citrix Links</dc:creator>
		<pubDate>Mon, 23 Aug 2010 08:07:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.blindedbytech.com/2006/08/31/how-to-install-wikipedia-for-offline-access/#comment-62948</guid>
		<description>[...] How to Access MediaWiki&#8217;s offline http://www.blindedbytech.com/2006/08/31/how-to-install-wikipedia-for-offline-access/ [...]</description>
		<content:encoded><![CDATA[<p>[...] How to Access MediaWiki&#8217;s offline <a href="http://www.blindedbytech.com/2006/08/31/how-to-install-wikipedia-for-offline-access/" rel="nofollow">http://www.blindedbytech.com/2006/08/31/how-to-install-wikipedia-for-offline-access/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prem</title>
		<link>http://www.blindedbytech.com/2006/08/31/how-to-install-wikipedia-for-offline-access/comment-page-2/#comment-62864</link>
		<dc:creator>Prem</dc:creator>
		<pubDate>Sat, 17 Jul 2010 04:48:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.blindedbytech.com/2006/08/31/how-to-install-wikipedia-for-offline-access/#comment-62864</guid>
		<description>i hav a whole new problem...the time when this blog was written the article dump size was 1.5 gb but now it has become 6 gb and when extracted it woulb become nearer to 120 GB and i don&#039;t hav that much hard dics...so please tell me where to find older dumps please give me the link....m in very much neeeeed.....</description>
		<content:encoded><![CDATA[<p>i hav a whole new problem&#8230;the time when this blog was written the article dump size was 1.5 gb but now it has become 6 gb and when extracted it woulb become nearer to 120 GB and i don&#8217;t hav that much hard dics&#8230;so please tell me where to find older dumps please give me the link&#8230;.m in very much neeeeed&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jatender</title>
		<link>http://www.blindedbytech.com/2006/08/31/how-to-install-wikipedia-for-offline-access/comment-page-2/#comment-62516</link>
		<dc:creator>Jatender</dc:creator>
		<pubDate>Fri, 27 Nov 2009 06:31:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.blindedbytech.com/2006/08/31/how-to-install-wikipedia-for-offline-access/#comment-62516</guid>
		<description>Hi,
that is a nice article on Offline wikipedia but my problem is little diffrent from others.Actually I am trying to make Hindi wikipedia offline to work
Everything is Ok but there is some problem in displaying wikipedia pages.

&quot;When displaying wikipages it display internal HTML tags. Left main menu is still not displaying properly.&quot;

I searched a lot on internet but unable to find out any solution.
I think there is a problem in Importing.

Please help me about that its very urgent.

I am using Apache Version : 2.2.8,PHP Version : 5.2.6 and MySQL Version : 5.0.51b.


Thanks and Regards,

Jatender</description>
		<content:encoded><![CDATA[<p>Hi,<br />
that is a nice article on Offline wikipedia but my problem is little diffrent from others.Actually I am trying to make Hindi wikipedia offline to work<br />
Everything is Ok but there is some problem in displaying wikipedia pages.</p>
<p>&#8220;When displaying wikipages it display internal HTML tags. Left main menu is still not displaying properly.&#8221;</p>
<p>I searched a lot on internet but unable to find out any solution.<br />
I think there is a problem in Importing.</p>
<p>Please help me about that its very urgent.</p>
<p>I am using Apache Version : 2.2.8,PHP Version : 5.2.6 and MySQL Version : 5.0.51b.</p>
<p>Thanks and Regards,</p>
<p>Jatender</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hh</title>
		<link>http://www.blindedbytech.com/2006/08/31/how-to-install-wikipedia-for-offline-access/comment-page-2/#comment-62460</link>
		<dc:creator>hh</dc:creator>
		<pubDate>Wed, 04 Nov 2009 08:15:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.blindedbytech.com/2006/08/31/how-to-install-wikipedia-for-offline-access/#comment-62460</guid>
		<description>Parse error: parse error, expecting `T_STRING’ in C:\wamp\www\wikipedia\mediawiki-1.9.3\includes\Namespace.php on line 46</description>
		<content:encoded><![CDATA[<p>Parse error: parse error, expecting `T_STRING’ in C:\wamp\www\wikipedia\mediawiki-1.9.3\includes\Namespace.php on line 46</p>
]]></content:encoded>
	</item>
</channel>
</rss>

