<?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 all tables in a database into separate files?</title>
	<atom:link href="http://crazytoon.com/2007/11/26/mysql-how-do-i-dump-all-tables-in-a-database-into-separate-files/feed/" rel="self" type="application/rss+xml" />
	<link>http://crazytoon.com/2007/11/26/mysql-how-do-i-dump-all-tables-in-a-database-into-separate-files/</link>
	<description>Enterprise level solutions, LAMP, Linux, Apache, MySQL, PHP, Perl, Windows, Cache, Optimization</description>
	<lastBuildDate>Thu, 25 Feb 2010 17:26:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: 12 Days of Jesus Junk &#8211; Day 3 &#8211; Avoid Wipeouts &#124; Heal Your Church WebSite</title>
		<link>http://crazytoon.com/2007/11/26/mysql-how-do-i-dump-all-tables-in-a-database-into-separate-files/comment-page-1/#comment-905</link>
		<dc:creator>12 Days of Jesus Junk &#8211; Day 3 &#8211; Avoid Wipeouts &#124; Heal Your Church WebSite</dc:creator>
		<pubDate>Wed, 16 Dec 2009 21:48:53 +0000</pubDate>
		<guid isPermaLink="false">http://crazytoon.com/2007/11/26/mysql-how-do-i-dump-all-tables-in-a-database-into-separate-files/#comment-905</guid>
		<description>[...] MySQL: How do I dump all tables in a database into separate files? [...]</description>
		<content:encoded><![CDATA[<p>[...] MySQL: How do I dump all tables in a database into separate files? [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sunny Walia</title>
		<link>http://crazytoon.com/2007/11/26/mysql-how-do-i-dump-all-tables-in-a-database-into-separate-files/comment-page-1/#comment-898</link>
		<dc:creator>Sunny Walia</dc:creator>
		<pubDate>Mon, 16 Nov 2009 06:50:26 +0000</pubDate>
		<guid isPermaLink="false">http://crazytoon.com/2007/11/26/mysql-how-do-i-dump-all-tables-in-a-database-into-separate-files/#comment-898</guid>
		<description>Max:  at a command prompt.  It&#039;s a mysqldump command</description>
		<content:encoded><![CDATA[<p>Max:  at a command prompt.  It&#8217;s a mysqldump command</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Max</title>
		<link>http://crazytoon.com/2007/11/26/mysql-how-do-i-dump-all-tables-in-a-database-into-separate-files/comment-page-1/#comment-897</link>
		<dc:creator>Max</dc:creator>
		<pubDate>Mon, 16 Nov 2009 01:18:23 +0000</pubDate>
		<guid isPermaLink="false">http://crazytoon.com/2007/11/26/mysql-how-do-i-dump-all-tables-in-a-database-into-separate-files/#comment-897</guid>
		<description>You wrote:

&quot; Usually I can achieve this by typing:&quot;

Where are you typing this?</description>
		<content:encoded><![CDATA[<p>You wrote:</p>
<p>&#8221; Usually I can achieve this by typing:&#8221;</p>
<p>Where are you typing this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sunny Walia</title>
		<link>http://crazytoon.com/2007/11/26/mysql-how-do-i-dump-all-tables-in-a-database-into-separate-files/comment-page-1/#comment-723</link>
		<dc:creator>Sunny Walia</dc:creator>
		<pubDate>Mon, 16 Jun 2008 16:26:57 +0000</pubDate>
		<guid isPermaLink="false">http://crazytoon.com/2007/11/26/mysql-how-do-i-dump-all-tables-in-a-database-into-separate-files/#comment-723</guid>
		<description>You can put a file in your home directory called .my.cnf and put following content in it:
[mysql]
user=username
pass=password</description>
		<content:encoded><![CDATA[<p>You can put a file in your home directory called .my.cnf and put following content in it:<br />
[mysql]<br />
user=username<br />
pass=password</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neil Telford</title>
		<link>http://crazytoon.com/2007/11/26/mysql-how-do-i-dump-all-tables-in-a-database-into-separate-files/comment-page-1/#comment-722</link>
		<dc:creator>Neil Telford</dc:creator>
		<pubDate>Mon, 16 Jun 2008 09:28:04 +0000</pubDate>
		<guid isPermaLink="false">http://crazytoon.com/2007/11/26/mysql-how-do-i-dump-all-tables-in-a-database-into-separate-files/#comment-722</guid>
		<description>Another poster asked this, but assume I dump out 5000 different tables, how do you re-import all these files without having to give a password each time?</description>
		<content:encoded><![CDATA[<p>Another poster asked this, but assume I dump out 5000 different tables, how do you re-import all these files without having to give a password each time?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andre Bell</title>
		<link>http://crazytoon.com/2007/11/26/mysql-how-do-i-dump-all-tables-in-a-database-into-separate-files/comment-page-1/#comment-688</link>
		<dc:creator>Andre Bell</dc:creator>
		<pubDate>Tue, 13 May 2008 13:55:20 +0000</pubDate>
		<guid isPermaLink="false">http://crazytoon.com/2007/11/26/mysql-how-do-i-dump-all-tables-in-a-database-into-separate-files/#comment-688</guid>
		<description>Sunny, thanks for posting that script. I didn&#039;t mean for you to go to that trouble, I was curious if a way to do that had already existed :-&#124;

In my case, a 3rd party app required each record to be a separate text file to be able to import the records into wordpress&#039; posting area.

If I were going for all 200,000 records I would have looked for a script that would directly import .sql files into wordpress&#039; posting area. But none exists so this 3rd party app seemed to be the next best thing.

Thanks again for the script.</description>
		<content:encoded><![CDATA[<p>Sunny, thanks for posting that script. I didn&#8217;t mean for you to go to that trouble, I was curious if a way to do that had already existed <img src='http://crazytoon.com/wp-includes/images/smilies/icon_neutral.gif' alt=':-|' class='wp-smiley' /> </p>
<p>In my case, a 3rd party app required each record to be a separate text file to be able to import the records into wordpress&#8217; posting area.</p>
<p>If I were going for all 200,000 records I would have looked for a script that would directly import .sql files into wordpress&#8217; posting area. But none exists so this 3rd party app seemed to be the next best thing.</p>
<p>Thanks again for the script.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sunny Walia</title>
		<link>http://crazytoon.com/2007/11/26/mysql-how-do-i-dump-all-tables-in-a-database-into-separate-files/comment-page-1/#comment-686</link>
		<dc:creator>Sunny Walia</dc:creator>
		<pubDate>Mon, 12 May 2008 08:54:08 +0000</pubDate>
		<guid isPermaLink="false">http://crazytoon.com/2007/11/26/mysql-how-do-i-dump-all-tables-in-a-database-into-separate-files/#comment-686</guid>
		<description>Andre,  Sorry for the delay.  Here is a post for you:  http://crazytoon.com/mysql_export_csv.php</description>
		<content:encoded><![CDATA[<p>Andre,  Sorry for the delay.  Here is a post for you:  <a href="http://crazytoon.com/mysql_export_csv.php" rel="nofollow">http://crazytoon.com/mysql_export_csv.php</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andre Bell</title>
		<link>http://crazytoon.com/2007/11/26/mysql-how-do-i-dump-all-tables-in-a-database-into-separate-files/comment-page-1/#comment-670</link>
		<dc:creator>Andre Bell</dc:creator>
		<pubDate>Mon, 28 Apr 2008 16:37:08 +0000</pubDate>
		<guid isPermaLink="false">http://crazytoon.com/2007/11/26/mysql-how-do-i-dump-all-tables-in-a-database-into-separate-files/#comment-670</guid>
		<description>Thanks for the script. Works fine for dumping the tables to files. 

Is there also a way to dump the records from the tables into separate files?  I&#039;ve been trying for months to figure out how to do this, with no luck.  Seems should be a php script already in existence to export each record from a table to separate text files. But after hundreds and hundreds of searches I can&#039;t find anything like that works.

No real care of the naming convention, whether named according to the id field, primary key, or by date and time or some other method isn&#039;t real important. Just as long as the data goes to separate files. Any clues how to do that?

Thanks</description>
		<content:encoded><![CDATA[<p>Thanks for the script. Works fine for dumping the tables to files. </p>
<p>Is there also a way to dump the records from the tables into separate files?  I&#8217;ve been trying for months to figure out how to do this, with no luck.  Seems should be a php script already in existence to export each record from a table to separate text files. But after hundreds and hundreds of searches I can&#8217;t find anything like that works.</p>
<p>No real care of the naming convention, whether named according to the id field, primary key, or by date and time or some other method isn&#8217;t real important. Just as long as the data goes to separate files. Any clues how to do that?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank Daley</title>
		<link>http://crazytoon.com/2007/11/26/mysql-how-do-i-dump-all-tables-in-a-database-into-separate-files/comment-page-1/#comment-645</link>
		<dc:creator>Frank Daley</dc:creator>
		<pubDate>Fri, 04 Apr 2008 01:25:01 +0000</pubDate>
		<guid isPermaLink="false">http://crazytoon.com/2007/11/26/mysql-how-do-i-dump-all-tables-in-a-database-into-separate-files/#comment-645</guid>
		<description>Thanks for the script. Has been very very helpful.

One addition I am trying to implement is to include the column names in the output TXT files.

Is there a way to do this?</description>
		<content:encoded><![CDATA[<p>Thanks for the script. Has been very very helpful.</p>
<p>One addition I am trying to implement is to include the column names in the output TXT files.</p>
<p>Is there a way to do this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MySQL: How do you set up master/slave replication in MySQL? (CentOS, RHEL, Fedora) &#124; Technology: Learn and Share</title>
		<link>http://crazytoon.com/2007/11/26/mysql-how-do-i-dump-all-tables-in-a-database-into-separate-files/comment-page-1/#comment-583</link>
		<dc:creator>MySQL: How do you set up master/slave replication in MySQL? (CentOS, RHEL, Fedora) &#124; Technology: Learn and Share</dc:creator>
		<pubDate>Wed, 30 Jan 2008 03:09:04 +0000</pubDate>
		<guid isPermaLink="false">http://crazytoon.com/2007/11/26/mysql-how-do-i-dump-all-tables-in-a-database-into-separate-files/#comment-583</guid>
		<description>[...] How do I dump all tables in a database into separate files? [...]</description>
		<content:encoded><![CDATA[<p>[...] How do I dump all tables in a database into separate files? [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MySQL: How do I import individual table dump files in to MySQL using shell script? &#124; Technology: Learn and Share</title>
		<link>http://crazytoon.com/2007/11/26/mysql-how-do-i-dump-all-tables-in-a-database-into-separate-files/comment-page-1/#comment-536</link>
		<dc:creator>MySQL: How do I import individual table dump files in to MySQL using shell script? &#124; Technology: Learn and Share</dc:creator>
		<pubDate>Thu, 29 Nov 2007 03:35:52 +0000</pubDate>
		<guid isPermaLink="false">http://crazytoon.com/2007/11/26/mysql-how-do-i-dump-all-tables-in-a-database-into-separate-files/#comment-536</guid>
		<description>[...] After I wrote the post: How do I dump all tables in a database into separate files? I got emails from couple people asking how to import the individual table files back in to MySQL. [...]</description>
		<content:encoded><![CDATA[<p>[...] After I wrote the post: How do I dump all tables in a database into separate files? I got emails from couple people asking how to import the individual table files back in to MySQL. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://crazytoon.com/2007/11/26/mysql-how-do-i-dump-all-tables-in-a-database-into-separate-files/comment-page-1/#comment-534</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Wed, 28 Nov 2007 03:15:06 +0000</pubDate>
		<guid isPermaLink="false">http://crazytoon.com/2007/11/26/mysql-how-do-i-dump-all-tables-in-a-database-into-separate-files/#comment-534</guid>
		<description>How do you resotre the dump files back into the database?
Can you do all of them at once?</description>
		<content:encoded><![CDATA[<p>How do you resotre the dump files back into the database?<br />
Can you do all of them at once?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Noyes</title>
		<link>http://crazytoon.com/2007/11/26/mysql-how-do-i-dump-all-tables-in-a-database-into-separate-files/comment-page-1/#comment-532</link>
		<dc:creator>Scott Noyes</dc:creator>
		<pubDate>Tue, 27 Nov 2007 14:38:06 +0000</pubDate>
		<guid isPermaLink="false">http://crazytoon.com/2007/11/26/mysql-how-do-i-dump-all-tables-in-a-database-into-separate-files/#comment-532</guid>
		<description>The --skip-column-names option to the mysql cli would negate the need for your inverse egrep.</description>
		<content:encoded><![CDATA[<p>The &#8211;skip-column-names option to the mysql cli would negate the need for your inverse egrep.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ruturaj</title>
		<link>http://crazytoon.com/2007/11/26/mysql-how-do-i-dump-all-tables-in-a-database-into-separate-files/comment-page-1/#comment-528</link>
		<dc:creator>Ruturaj</dc:creator>
		<pubDate>Tue, 27 Nov 2007 05:42:04 +0000</pubDate>
		<guid isPermaLink="false">http://crazytoon.com/2007/11/26/mysql-how-do-i-dump-all-tables-in-a-database-into-separate-files/#comment-528</guid>
		<description>check out the mysqldump option -T or --tab option
makes a unique *.txt file of the tables&#039; data and *.sql for the table definition</description>
		<content:encoded><![CDATA[<p>check out the mysqldump option -T or &#8211;tab option<br />
makes a unique *.txt file of the tables&#8217; data and *.sql for the table definition</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CrazyToon</title>
		<link>http://crazytoon.com/2007/11/26/mysql-how-do-i-dump-all-tables-in-a-database-into-separate-files/comment-page-1/#comment-527</link>
		<dc:creator>CrazyToon</dc:creator>
		<pubDate>Tue, 27 Nov 2007 02:11:19 +0000</pubDate>
		<guid isPermaLink="false">http://crazytoon.com/2007/11/26/mysql-how-do-i-dump-all-tables-in-a-database-into-separate-files/#comment-527</guid>
		<description>I have in past.  I didn&#039;t like the fact I had to install perl modules to get it working.  That may not be the case on all systems but since all our systems have bare minimum installed OS, it takes longer for me to get things working whereas I can just run this script and be done. 

Thanks for posting the link though.  I am sure other people would appreciate it.</description>
		<content:encoded><![CDATA[<p>I have in past.  I didn&#8217;t like the fact I had to install perl modules to get it working.  That may not be the case on all systems but since all our systems have bare minimum installed OS, it takes longer for me to get things working whereas I can just run this script and be done. </p>
<p>Thanks for posting the link though.  I am sure other people would appreciate it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stoner</title>
		<link>http://crazytoon.com/2007/11/26/mysql-how-do-i-dump-all-tables-in-a-database-into-separate-files/comment-page-1/#comment-526</link>
		<dc:creator>Stoner</dc:creator>
		<pubDate>Tue, 27 Nov 2007 01:57:33 +0000</pubDate>
		<guid isPermaLink="false">http://crazytoon.com/2007/11/26/mysql-how-do-i-dump-all-tables-in-a-database-into-separate-files/#comment-526</guid>
		<description>Have you looked at Maatkit (http://maatkit.sourceforge.net) - with it&#039;s parallel dump and restore?</description>
		<content:encoded><![CDATA[<p>Have you looked at Maatkit (<a href="http://maatkit.sourceforge.net" rel="nofollow">http://maatkit.sourceforge.net</a>) &#8211; with it&#8217;s parallel dump and restore?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
