<?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: Export a MySQL table to a CSV file</title>
	<atom:link href="http://www.thejackol.com/2006/09/12/export-a-mysql-table-to-a-csv-file/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thejackol.com/2006/09/12/export-a-mysql-table-to-a-csv-file/</link>
	<description>01100010 01101100 01100101 01101000</description>
	<lastBuildDate>Tue, 07 Feb 2012 21:10:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Baz</title>
		<link>http://www.thejackol.com/2006/09/12/export-a-mysql-table-to-a-csv-file/comment-page-1/#comment-133410</link>
		<dc:creator>Baz</dc:creator>
		<pubDate>Fri, 13 Jun 2008 09:02:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.thejackol.com/2006/09/12/export-a-mysql-table-to-a-csv-file/#comment-133410</guid>
		<description>Thanks for this - has helped me out greatly. 

However, it&#039;s also worth noting that (on my OSX box at least) the output file is placed in /usr/local/mysql/data/[DATABASE]/ - and normal users don&#039;t have permission to access the data folder (so it also didn&#039;t show up when I was doing a search).</description>
		<content:encoded><![CDATA[<p>Thanks for this &#8211; has helped me out greatly. </p>
<p>However, it&#8217;s also worth noting that (on my <span class="caps">OSX</span> box at least) the output file is placed in /usr/local/mysql/data/[DATABASE]/ &#8211; and normal users don&#8217;t have permission to access the data folder (so it also didn&#8217;t show up when I was doing a search).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mortenb</title>
		<link>http://www.thejackol.com/2006/09/12/export-a-mysql-table-to-a-csv-file/comment-page-1/#comment-130617</link>
		<dc:creator>mortenb</dc:creator>
		<pubDate>Mon, 02 Jun 2008 09:00:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.thejackol.com/2006/09/12/export-a-mysql-table-to-a-csv-file/#comment-130617</guid>
		<description>Do not forget to grant FILE to the user.
as mysql root user:
mysql&gt;grant file to &#039;&#039; @&#039;&#039; identified by &#039;&#039;;
mysql&gt;flush privileges;
mysql&gt;\q;</description>
		<content:encoded><![CDATA[<p>Do not forget to grant <span class="caps">FILE</span> to the user.<br />
as mysql root user:<br />
mysql&gt;grant file to &#8216;&#8217; @&#8217;&#8216; identified by &#8216;&#8217;;<br />
mysql&gt;flush privileges;<br />
mysql&gt;\q;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cujo</title>
		<link>http://www.thejackol.com/2006/09/12/export-a-mysql-table-to-a-csv-file/comment-page-1/#comment-75991</link>
		<dc:creator>Cujo</dc:creator>
		<pubDate>Sun, 09 Sep 2007 13:13:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.thejackol.com/2006/09/12/export-a-mysql-table-to-a-csv-file/#comment-75991</guid>
		<description>Thanks</description>
		<content:encoded><![CDATA[<p>Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

