<?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: Skipping the DROP TABLE, CREATE TABLE statements in a large mysqldump file.	</title>
	<atom:link href="https://www.brandonchecketts.com/archives/skipping-the-drop-table-create-table-statements/feed" rel="self" type="application/rss+xml" />
	<link>https://www.brandonchecketts.com/archives/skipping-the-drop-table-create-table-statements</link>
	<description>Web Programming, Linux System Administation, and Entrepreneurship in Athens Georgia</description>
	<lastBuildDate>Mon, 14 Jun 2010 01:49:23 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: Brandon		</title>
		<link>https://www.brandonchecketts.com/archives/skipping-the-drop-table-create-table-statements/comment-page-1#comment-1775</link>

		<dc:creator><![CDATA[Brandon]]></dc:creator>
		<pubDate>Mon, 14 Jun 2010 01:49:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.brandonchecketts.com/?p=451#comment-1775</guid>

					<description><![CDATA[@unclebob,

The sed command just creates the new table in the test database but imports all of the data into the real database where it would normally go.   It was difficult to eliminate the whole CREATE TABLE statement, so I just had it create the table in the test database where it will never be used.]]></description>
			<content:encoded><![CDATA[<p>@unclebob,</p>
<p>The sed command just creates the new table in the test database but imports all of the data into the real database where it would normally go.   It was difficult to eliminate the whole CREATE TABLE statement, so I just had it create the table in the test database where it will never be used.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: unclebob		</title>
		<link>https://www.brandonchecketts.com/archives/skipping-the-drop-table-create-table-statements/comment-page-1#comment-1756</link>

		<dc:creator><![CDATA[unclebob]]></dc:creator>
		<pubDate>Wed, 05 May 2010 10:55:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.brandonchecketts.com/?p=451#comment-1756</guid>

					<description><![CDATA[Wouldn&#039;t it have been easier to just import in test directly, like this:mysql test &#060;bigfile.sql? That was it doesn&#039;t delete anything and you get the exact same effect.]]></description>
			<content:encoded><![CDATA[<p>Wouldn&#8217;t it have been easier to just import in test directly, like this:mysql test &lt;bigfile.sql? That was it doesn&#039;t delete anything and you get the exact same effect.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
