<?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 import a csv file into mysql from the prompt</title>
	<atom:link href="http://www.legend.ws/blog/tips-tricks/import-csv-mysql-prompt/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.legend.ws/blog/tips-tricks/import-csv-mysql-prompt/</link>
	<description>Random tech ramblings</description>
	<lastBuildDate>Wed, 01 Feb 2012 19:11:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Johnny</title>
		<link>http://www.legend.ws/blog/tips-tricks/import-csv-mysql-prompt/#comment-24979</link>
		<dc:creator>Johnny</dc:creator>
		<pubDate>Wed, 22 Dec 2010 21:27:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.legend.ws/blog/tips-tricks/import-csv-mysql-prompt/#comment-24979</guid>
		<description>pruthvi, where is the filename.csv located? for instance, if it&#039;s in c:\somefolder\filename.csv, then you need to escape the backslash, and hence use:

load data local infile &#039;c:\\somefolder\\filename.csv&#039; into table .....</description>
		<content:encoded><![CDATA[<p>pruthvi, where is the filename.csv located? for instance, if it&#8217;s in c:\somefolder\filename.csv, then you need to escape the backslash, and hence use:</p>
<p>load data local infile &#8216;c:\\somefolder\\filename.csv&#8217; into table &#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pruthvi</title>
		<link>http://www.legend.ws/blog/tips-tricks/import-csv-mysql-prompt/#comment-24970</link>
		<dc:creator>pruthvi</dc:creator>
		<pubDate>Wed, 22 Dec 2010 12:10:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.legend.ws/blog/tips-tricks/import-csv-mysql-prompt/#comment-24970</guid>
		<description>the program displays an error &quot;File not found. Make sure you specified the correct path.&quot;
how should i write the file name like filename.csv is ok....</description>
		<content:encoded><![CDATA[<p>the program displays an error &#8220;File not found. Make sure you specified the correct path.&#8221;<br />
how should i write the file name like filename.csv is ok&#8230;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

