<?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: Various Issues, Tips and Methods</title>
	<atom:link href="http://www.satya-weblog.com/2005/10/php-mysql-and-apache.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.satya-weblog.com/2005/10/php-mysql-and-apache.html</link>
	<description>a web development blog</description>
	<lastBuildDate>Sun, 05 Sep 2010 03:38:00 +0530</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Satya Prakash</title>
		<link>http://www.satya-weblog.com/2005/10/php-mysql-and-apache.html/comment-page-1#comment-98</link>
		<dc:creator>Satya Prakash</dc:creator>
		<pubDate>Thu, 22 Feb 2007 10:40:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.satyakaran.com/2006/12/various-issues-tips-and-methods.html#comment-98</guid>
		<description>Right!&lt;br/&gt;But in my case I have to provide a web page for a developer user who will take download file from maxmind and enter here.</description>
		<content:encoded><![CDATA[<p>Right!<br />But in my case I have to provide a web page for a developer user who will take download file from maxmind and enter here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Satya Prakash</title>
		<link>http://www.satya-weblog.com/2005/10/php-mysql-and-apache.html/comment-page-1#comment-902</link>
		<dc:creator>Satya Prakash</dc:creator>
		<pubDate>Thu, 22 Feb 2007 10:40:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.satyakaran.com/2006/12/various-issues-tips-and-methods.html#comment-902</guid>
		<description>Right!But in my case I have to provide a web page for a developer user who will take download file from maxmind and enter here.</description>
		<content:encoded><![CDATA[<p>Right!But in my case I have to provide a web page for a developer user who will take download file from maxmind and enter here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.satya-weblog.com/2005/10/php-mysql-and-apache.html/comment-page-1#comment-97</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Wed, 21 Feb 2007 16:39:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.satyakaran.com/2006/12/various-issues-tips-and-methods.html#comment-97</guid>
		<description>&quot;Read sql data from a large file/csv file at very high speed&quot;&lt;br/&gt;&lt;br/&gt;There is a very handy type of insert in MySQL called &lt;b&gt;LOAD DATA INFILE&lt;/b&gt; which does this task for you much faster than any php code.&lt;br/&gt;&lt;br/&gt;LOAD DATA LOCAL INFILE &lt;br/&gt;&#039;/path/to/file.txt&#039;&lt;br/&gt;INTO TABLE my_sql_table &lt;br/&gt;FIELDS TERMINATED BY &#039;,&#039;&lt;br/&gt;LINES STARTING BY &#039;&#039; TERMINATED BY &#039;\n&#039;&lt;br/&gt;&lt;br/&gt;Check out the mysql documentation on this feature: http://dev.mysql.com/doc/refman/5.0/en/load-data.html</description>
		<content:encoded><![CDATA[<p>&#8220;Read sql data from a large file/csv file at very high speed&#8221;</p>
<p>There is a very handy type of insert in MySQL called <b>LOAD DATA INFILE</b> which does this task for you much faster than any php code.</p>
<p>LOAD DATA LOCAL INFILE <br />&#8216;/path/to/file.txt&#8217;<br />INTO TABLE my_sql_table <br />FIELDS TERMINATED BY &#8216;,&#8217;<br />LINES STARTING BY &#8221; TERMINATED BY &#8216;\n&#8217;</p>
<p>Check out the mysql documentation on this feature: <a href="http://dev.mysql.com/doc/refman/5.0/en/load-data.html" rel="nofollow">http://dev.mysql.com/doc/refman/5.0/en/load-data.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.satya-weblog.com/2005/10/php-mysql-and-apache.html/comment-page-1#comment-901</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Wed, 21 Feb 2007 16:39:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.satyakaran.com/2006/12/various-issues-tips-and-methods.html#comment-901</guid>
		<description>&quot;Read sql data from a large file/csv file at very high speed&quot;There is a very handy type of insert in MySQL called &lt;b&gt;LOAD DATA INFILE&lt;/b&gt; which does this task for you much faster than any php code.LOAD DATA LOCAL INFILE &#039;/path/to/file.txt&#039;INTO TABLE my_sql_table FIELDS TERMINATED BY &#039;,&#039;LINES STARTING BY &#039;&#039; TERMINATED BY &#039;n&#039;Check out the mysql documentation on this feature: http://dev.mysql.com/doc/refman/5.0/en/load-data.html</description>
		<content:encoded><![CDATA[<p>&#8220;Read sql data from a large file/csv file at very high speed&#8221;There is a very handy type of insert in MySQL called <b>LOAD DATA INFILE</b> which does this task for you much faster than any php code.LOAD DATA LOCAL INFILE &#8216;/path/to/file.txt&#8217;INTO TABLE my_sql_table FIELDS TERMINATED BY &#8216;,&#8217;LINES STARTING BY &#8221; TERMINATED BY &#8216;n&#8217;Check out the mysql documentation on this feature: <a href="http://dev.mysql.com/doc/refman/5.0/en/load-data.html" rel="nofollow">http://dev.mysql.com/doc/refman/5.0/en/load-data.html</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
