<?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: Import CSV file directly into MySQL</title>
	<atom:link href="http://www.tech-recipes.com/rx/2345/import_csv_file_directly_into_mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tech-recipes.com/rx/2345/import_csv_file_directly_into_mysql/</link>
	<description>Computer and technology tutorials and guides</description>
	<lastBuildDate>Sat, 21 Nov 2009 20:38:45 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: akkhra</title>
		<link>http://www.tech-recipes.com/rx/2345/import_csv_file_directly_into_mysql/comment-page-1/#comment-15585</link>
		<dc:creator>akkhra</dc:creator>
		<pubDate>Mon, 12 Oct 2009 02:37:41 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-15585</guid>
		<description>Thanks, it is so important. But, I have 5 columns, it doesn&#039;t complet, it left the last column. It emty.Could you help me.</description>
		<content:encoded><![CDATA[<p>Thanks, it is so important. But, I have 5 columns, it doesn&#39;t complet, it left the last column. It emty.Could you help me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eqcc</title>
		<link>http://www.tech-recipes.com/rx/2345/import_csv_file_directly_into_mysql/comment-page-1/#comment-15540</link>
		<dc:creator>eqcc</dc:creator>
		<pubDate>Fri, 09 Oct 2009 16:44:22 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-15540</guid>
		<description>Thanks for the info! It worked perfectly! Thanks again!</description>
		<content:encoded><![CDATA[<p>Thanks for the info! It worked perfectly! Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sari</title>
		<link>http://www.tech-recipes.com/rx/2345/import_csv_file_directly_into_mysql/comment-page-1/#comment-14942</link>
		<dc:creator>Sari</dc:creator>
		<pubDate>Fri, 11 Sep 2009 01:58:54 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-14942</guid>
		<description>Thank You!!! I have 7 MB CSV file successfully imported to Mysql in 1.6 seconds!</description>
		<content:encoded><![CDATA[<p>Thank You!!! I have 7 MB CSV file successfully imported to Mysql in 1.6 seconds!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jaky</title>
		<link>http://www.tech-recipes.com/rx/2345/import_csv_file_directly_into_mysql/comment-page-1/#comment-14875</link>
		<dc:creator>jaky</dc:creator>
		<pubDate>Tue, 08 Sep 2009 08:58:01 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-14875</guid>
		<description>Thank you mate!</description>
		<content:encoded><![CDATA[<p>Thank you mate!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: HostingRef.com</title>
		<link>http://www.tech-recipes.com/rx/2345/import_csv_file_directly_into_mysql/comment-page-1/#comment-13843</link>
		<dc:creator>HostingRef.com</dc:creator>
		<pubDate>Tue, 28 Jul 2009 08:50:05 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-13843</guid>
		<description>Where do you paste that code?  I am a little new to php so I am guessing somewhere in phpmyadmin?</description>
		<content:encoded><![CDATA[<p>Where do you paste that code?  I am a little new to php so I am guessing somewhere in phpmyadmin?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gopi</title>
		<link>http://www.tech-recipes.com/rx/2345/import_csv_file_directly_into_mysql/comment-page-1/#comment-13283</link>
		<dc:creator>Gopi</dc:creator>
		<pubDate>Wed, 08 Jul 2009 03:41:20 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-13283</guid>
		<description>Thanks kaly...</description>
		<content:encoded><![CDATA[<p>Thanks kaly&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mindy</title>
		<link>http://www.tech-recipes.com/rx/2345/import_csv_file_directly_into_mysql/comment-page-1/#comment-12998</link>
		<dc:creator>Mindy</dc:creator>
		<pubDate>Mon, 29 Jun 2009 17:41:08 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-12998</guid>
		<description>I wanted to add the fact that I already have my database set up in MySQL with all the appropriate tables. I created a test CSV file and messed around with it a bit but wasn&#039;t sure where and how I was supposed to implement it using the code you have given.</description>
		<content:encoded><![CDATA[<p>I wanted to add the fact that I already have my database set up in MySQL with all the appropriate tables. I created a test CSV file and messed around with it a bit but wasn&#39;t sure where and how I was supposed to implement it using the code you have given.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mindy</title>
		<link>http://www.tech-recipes.com/rx/2345/import_csv_file_directly_into_mysql/comment-page-1/#comment-12997</link>
		<dc:creator>Mindy</dc:creator>
		<pubDate>Mon, 29 Jun 2009 17:38:32 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-12997</guid>
		<description>Ok, I must be missing something here. Are there more explicit instructions for this? Do I paste this code using phpmyadmin and putting it into the sql box? I&#039;m a little lost here.</description>
		<content:encoded><![CDATA[<p>Ok, I must be missing something here. Are there more explicit instructions for this? Do I paste this code using phpmyadmin and putting it into the sql box? I&#39;m a little lost here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Okpali D Great</title>
		<link>http://www.tech-recipes.com/rx/2345/import_csv_file_directly_into_mysql/comment-page-1/#comment-11740</link>
		<dc:creator>Okpali D Great</dc:creator>
		<pubDate>Sun, 24 May 2009 03:42:55 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-11740</guid>
		<description>thanks very much</description>
		<content:encoded><![CDATA[<p>thanks very much</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Okpali D Great</title>
		<link>http://www.tech-recipes.com/rx/2345/import_csv_file_directly_into_mysql/comment-page-1/#comment-11739</link>
		<dc:creator>Okpali D Great</dc:creator>
		<pubDate>Sun, 24 May 2009 03:38:42 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-11739</guid>
		<description>the above code is can do it. You need to specify the url of the csv file with / slash and not  .</description>
		<content:encoded><![CDATA[<p>the above code is can do it. You need to specify the url of the csv file with / slash and not  .</p>
]]></content:encoded>
	</item>
</channel>
</rss>
