<?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 import individual table dump files in to MySQL using shell script?</title>
	<atom:link href="http://crazytoon.com/2007/11/28/mysql-how-do-i-import-individual-table-dump-files-in-to-mysql-using-shell-script/feed/" rel="self" type="application/rss+xml" />
	<link>http://crazytoon.com/2007/11/28/mysql-how-do-i-import-individual-table-dump-files-in-to-mysql-using-shell-script/</link>
	<description>Enterprise level solutions, LAMP, Linux, Apache, MySQL, PHP, Perl, Windows, Cache, Optimization</description>
	<lastBuildDate>Tue, 24 Jan 2012 09:44:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Subhasri</title>
		<link>http://crazytoon.com/2007/11/28/mysql-how-do-i-import-individual-table-dump-files-in-to-mysql-using-shell-script/comment-page-1/#comment-1035</link>
		<dc:creator>Subhasri</dc:creator>
		<pubDate>Tue, 12 Jul 2011 08:44:34 +0000</pubDate>
		<guid isPermaLink="false">http://crazytoon.com/2007/11/28/mysql-how-do-i-import-individual-table-dump-files-in-to-mysql-using-shell-script/#comment-1035</guid>
		<description>How to import Sql tables into MySQL?</description>
		<content:encoded><![CDATA[<p>How to import Sql tables into MySQL?</p>
]]></content:encoded>
	</item>
	<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/28/mysql-how-do-i-import-individual-table-dump-files-in-to-mysql-using-shell-script/comment-page-1/#comment-906</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:53:49 +0000</pubDate>
		<guid isPermaLink="false">http://crazytoon.com/2007/11/28/mysql-how-do-i-import-individual-table-dump-files-in-to-mysql-using-shell-script/#comment-906</guid>
		<description>[...] MySQL: How do I import individual table dump files in to MySQL using shell script? [...]</description>
		<content:encoded><![CDATA[<p>[...] MySQL: How do I import individual table dump files in to MySQL using shell script? [...]</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/28/mysql-how-do-i-import-individual-table-dump-files-in-to-mysql-using-shell-script/comment-page-1/#comment-594</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>Mon, 04 Feb 2008 22:58:40 +0000</pubDate>
		<guid isPermaLink="false">http://crazytoon.com/2007/11/28/mysql-how-do-i-import-individual-table-dump-files-in-to-mysql-using-shell-script/#comment-594</guid>
		<description>[...] How do I import individual table dump files in to MySQL using shell script? [...]</description>
		<content:encoded><![CDATA[<p>[...] How do I import individual table dump files in to MySQL using shell script? [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Freelancenow</title>
		<link>http://crazytoon.com/2007/11/28/mysql-how-do-i-import-individual-table-dump-files-in-to-mysql-using-shell-script/comment-page-1/#comment-549</link>
		<dc:creator>Freelancenow</dc:creator>
		<pubDate>Sat, 15 Dec 2007 15:40:29 +0000</pubDate>
		<guid isPermaLink="false">http://crazytoon.com/2007/11/28/mysql-how-do-i-import-individual-table-dump-files-in-to-mysql-using-shell-script/#comment-549</guid>
		<description>Is there any way to dumping selected rows only from a table.
I have a table with 70000 rows, and I want to dump about 6000 rows which meets certain criteria.

it should be some thing like where in 
field = x1
field = x3
field = x4
....

I just do not know whole syntax.

Thanks</description>
		<content:encoded><![CDATA[<p>Is there any way to dumping selected rows only from a table.<br />
I have a table with 70000 rows, and I want to dump about 6000 rows which meets certain criteria.</p>
<p>it should be some thing like where in<br />
field = x1<br />
field = x3<br />
field = x4<br />
&#8230;.</p>
<p>I just do not know whole syntax.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CrazyToon</title>
		<link>http://crazytoon.com/2007/11/28/mysql-how-do-i-import-individual-table-dump-files-in-to-mysql-using-shell-script/comment-page-1/#comment-541</link>
		<dc:creator>CrazyToon</dc:creator>
		<pubDate>Sat, 01 Dec 2007 21:07:22 +0000</pubDate>
		<guid isPermaLink="false">http://crazytoon.com/2007/11/28/mysql-how-do-i-import-individual-table-dump-files-in-to-mysql-using-shell-script/#comment-541</guid>
		<description>Initially, that is what I did.  But somewhere along the line, my import failed.  I had no idea where it failed and had to start importing from the beginning.  Using the script gives me status and makes it easy for me continue where ever mysql import breaks/stops.</description>
		<content:encoded><![CDATA[<p>Initially, that is what I did.  But somewhere along the line, my import failed.  I had no idea where it failed and had to start importing from the beginning.  Using the script gives me status and makes it easy for me continue where ever mysql import breaks/stops.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Larry</title>
		<link>http://crazytoon.com/2007/11/28/mysql-how-do-i-import-individual-table-dump-files-in-to-mysql-using-shell-script/comment-page-1/#comment-537</link>
		<dc:creator>Larry</dc:creator>
		<pubDate>Thu, 29 Nov 2007 19:13:30 +0000</pubDate>
		<guid isPermaLink="false">http://crazytoon.com/2007/11/28/mysql-how-do-i-import-individual-table-dump-files-in-to-mysql-using-shell-script/#comment-537</guid>
		<description>Why not just do...

cat *.sql &#124;mysql db_name</description>
		<content:encoded><![CDATA[<p>Why not just do&#8230;</p>
<p>cat *.sql |mysql db_name</p>
]]></content:encoded>
	</item>
</channel>
</rss>

