<?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: MySQL:  How do I dump each record from a table to a separate files in csv format?</title>
	<atom:link href="http://crazytoon.com/2008/05/12/mysql-how-do-i-dump-export-each-record-from-table-separate-files-in-csv-format/feed/" rel="self" type="application/rss+xml" />
	<link>http://crazytoon.com/2008/05/12/mysql-how-do-i-dump-export-each-record-from-table-separate-files-in-csv-format/</link>
	<description>Enterprise level solutions, LAMP, Linux, Apache, MySQL, PHP, Perl, Windows, Cache, Optimization</description>
	<lastBuildDate>Wed, 10 Mar 2010 14:50:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Samuel V.</title>
		<link>http://crazytoon.com/2008/05/12/mysql-how-do-i-dump-export-each-record-from-table-separate-files-in-csv-format/comment-page-1/#comment-687</link>
		<dc:creator>Samuel V.</dc:creator>
		<pubDate>Mon, 12 May 2008 10:53:54 +0000</pubDate>
		<guid isPermaLink="false">http://crazytoon.com/?p=70#comment-687</guid>
		<description>If you are in the same machine than the MySQL server you can also use mysqldump -T

-T&#124;--tab=...
    Creates tab separated textfile for each table to given path. (creates .sql and .txt files). NOTE: This only works if mysqldump is run on the same machine as the mysqld daemon.</description>
		<content:encoded><![CDATA[<p>If you are in the same machine than the MySQL server you can also use mysqldump -T</p>
<p>-T|&#8211;tab=&#8230;<br />
    Creates tab separated textfile for each table to given path. (creates .sql and .txt files). NOTE: This only works if mysqldump is run on the same machine as the mysqld daemon.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
