<?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: Save MySQL query results into a text or CSV file</title>
	<atom:link href="http://www.tech-recipes.com/rx/1475/save-mysql-query-results-into-a-text-or-csv-file/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tech-recipes.com/rx/1475/save-mysql-query-results-into-a-text-or-csv-file/</link>
	<description>Computer and technology tutorials and guides</description>
	<lastBuildDate>Fri, 10 Feb 2012 12:22:53 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: fp</title>
		<link>http://www.tech-recipes.com/rx/1475/save-mysql-query-results-into-a-text-or-csv-file/comment-page-1/#comment-50912</link>
		<dc:creator>fp</dc:creator>
		<pubDate>Mon, 24 Oct 2011 15:19:21 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-50912</guid>
		<description>In my installation (MySQL 5.1 on Ubuntu 11.04), only mysql root user has privileges to write the output file (absolute path). But... why?
Maybe this is useful for others.</description>
		<content:encoded><![CDATA[<p>In my installation (MySQL 5.1 on Ubuntu 11.04), only mysql root user has privileges to write the output file (absolute path). But&#8230; why?<br />
Maybe this is useful for others.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: prabha</title>
		<link>http://www.tech-recipes.com/rx/1475/save-mysql-query-results-into-a-text-or-csv-file/comment-page-1/#comment-50763</link>
		<dc:creator>prabha</dc:creator>
		<pubDate>Wed, 19 Oct 2011 10:26:08 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-50763</guid>
		<description>thanks buddy.</description>
		<content:encoded><![CDATA[<p>thanks buddy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hima</title>
		<link>http://www.tech-recipes.com/rx/1475/save-mysql-query-results-into-a-text-or-csv-file/comment-page-1/#comment-49991</link>
		<dc:creator>hima</dc:creator>
		<pubDate>Thu, 29 Sep 2011 06:12:08 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-49991</guid>
		<description>I got the solution for \n in windows..
If you have generated the text file on a Windows system, you might have to use LINES TERMINATED BY &#039;\r\n&#039; to read the file properly, because Windows programs typically use two characters as a line terminator. Some programs, such as WordPad, might use \r as a line terminator when writing files. To read such files, use LINES TERMINATED BY &#039;\r&#039;.

ex:
instead of lines terminated by &#039;\n&#039;
use lines terminated by &#039;\r\n&#039;
it works on my system..


reference:
http://dev.mysql.com/doc/refman/5.5/en/load-data.html</description>
		<content:encoded><![CDATA[<p>I got the solution for \n in windows..<br />
If you have generated the text file on a Windows system, you might have to use LINES TERMINATED BY &#8216;\r\n&#8217; to read the file properly, because Windows programs typically use two characters as a line terminator. Some programs, such as WordPad, might use \r as a line terminator when writing files. To read such files, use LINES TERMINATED BY &#8216;\r&#8217;.</p>
<p>ex:<br />
instead of lines terminated by &#8216;\n&#8217;<br />
use lines terminated by &#8216;\r\n&#8217;<br />
it works on my system..</p>
<p>reference:<br />
<a href="http://dev.mysql.com/doc/refman/5.5/en/load-data.html" rel="nofollow">http://dev.mysql.com/doc/refman/5.5/en/load-data.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hima</title>
		<link>http://www.tech-recipes.com/rx/1475/save-mysql-query-results-into-a-text-or-csv-file/comment-page-1/#comment-49973</link>
		<dc:creator>hima</dc:creator>
		<pubDate>Wed, 28 Sep 2011 09:45:06 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-49973</guid>
		<description>thank you for the clear explination,
and i have one problem
i am currently using mysql 5.5
and  \n is not working????
plz suggest me</description>
		<content:encoded><![CDATA[<p>thank you for the clear explination,<br />
and i have one problem<br />
i am currently using mysql 5.5<br />
and  \n is not working????<br />
plz suggest me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elim Qiu</title>
		<link>http://www.tech-recipes.com/rx/1475/save-mysql-query-results-into-a-text-or-csv-file/comment-page-1/#comment-33569</link>
		<dc:creator>Elim Qiu</dc:creator>
		<pubDate>Fri, 15 Jul 2011 13:35:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-33569</guid>
		<description>I have select privilege to a remote mysql server, the 
[into outfile] clause is interpreted to write query results into remote server rather than my local machine. Any ideas? Thanks

yL</description>
		<content:encoded><![CDATA[<p>I have select privilege to a remote mysql server, the <br />
[into outfile] clause is interpreted to write query results into remote server rather than my local machine. Any ideas? Thanks</p>
<p>yL</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Unixrat</title>
		<link>http://www.tech-recipes.com/rx/1475/save-mysql-query-results-into-a-text-or-csv-file/comment-page-1/#comment-47023</link>
		<dc:creator>Unixrat</dc:creator>
		<pubDate>Wed, 09 Mar 2011 16:59:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-47023</guid>
		<description>Thanks a lot !!! even though I have long years in the IT world, I am not a programer and in SQL I am a rookie too ..
Concise EXAMPLES helps a lot
Oscar D&#039;Antona
 </description>
		<content:encoded><![CDATA[<p>Thanks a lot !!! even though I have long years in the IT world, I am not a programer and in SQL I am a rookie too ..<br />
Concise EXAMPLES helps a lot<br />
Oscar D&#8217;Antona</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ritesh</title>
		<link>http://www.tech-recipes.com/rx/1475/save-mysql-query-results-into-a-text-or-csv-file/comment-page-1/#comment-46284</link>
		<dc:creator>Ritesh</dc:creator>
		<pubDate>Thu, 10 Feb 2011 12:31:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-46284</guid>
		<description>how can  we want to export data into text format with fix size ?</description>
		<content:encoded><![CDATA[<p>how can  we want to export data into text format with fix size ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cool b</title>
		<link>http://www.tech-recipes.com/rx/1475/save-mysql-query-results-into-a-text-or-csv-file/comment-page-1/#comment-45670</link>
		<dc:creator>cool b</dc:creator>
		<pubDate>Wed, 19 Jan 2011 12:59:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-45670</guid>
		<description>nice article, everytime i use to forget the syntax this i have bookmarked</description>
		<content:encoded><![CDATA[<p>nice article, everytime i use to forget the syntax this i have bookmarked</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gannoswarthi</title>
		<link>http://www.tech-recipes.com/rx/1475/save-mysql-query-results-into-a-text-or-csv-file/comment-page-1/#comment-44425</link>
		<dc:creator>Gannoswarthi</dc:creator>
		<pubDate>Fri, 03 Dec 2010 09:17:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-44425</guid>
		<description>I am having another problem with CSV files.If in select query any field is empty then in csv it&#039;s displayed as N.</description>
		<content:encoded><![CDATA[<p>I am having another problem with CSV files.If in select query any field is empty then in csv it&#8217;s displayed as N.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: At</title>
		<link>http://www.tech-recipes.com/rx/1475/save-mysql-query-results-into-a-text-or-csv-file/comment-page-1/#comment-43854</link>
		<dc:creator>At</dc:creator>
		<pubDate>Wed, 10 Nov 2010 22:13:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-43854</guid>
		<description>The web should be used for distributing pictures of pretty girls.</description>
		<content:encoded><![CDATA[<p>The web should be used for distributing pictures of pretty girls.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached (User agent is rejected)
Database Caching 1/17 queries in 1.225 seconds using memcached
Object Caching 415/426 objects using memcached

Served from: www.tech-recipes.com @ 2012-02-10 06:28:46 -->
