<?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: Dump just the table structure to a file in MySQL</title>
	<atom:link href="http://www.howtogeek.com/howto/programming/mysql/dump-just-the-table-structure-to-a-file-in-mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.howtogeek.com/howto/programming/mysql/dump-just-the-table-structure-to-a-file-in-mysql/</link>
	<description>Computer Help from your Friendly How-To Geek</description>
	<lastBuildDate>Tue, 24 Nov 2009 08:50:03 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: scrumpyjack</title>
		<link>http://www.howtogeek.com/howto/programming/mysql/dump-just-the-table-structure-to-a-file-in-mysql/comment-page-1/#comment-77470</link>
		<dc:creator>scrumpyjack</dc:creator>
		<pubDate>Sun, 04 Oct 2009 10:32:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/programming/mysql/dump-just-the-table-structure-to-a-file-in-mysql/#comment-77470</guid>
		<description>ok, say you have two dbs very similar in structure. one you use as a master template which goes through various revisions, let&#039;s say we&#039;re now on revision 3. but the second db is a copy of the template as it was at revision 1.

because db 2 is in use, you don&#039;t want to drop any tables, but you do need to update the structure of the entire db to the latest version of db 1.

is there any method of doing this without having to manually go through and make all the same changes again and again (over many dbs at various versions) and without losing any of the data?</description>
		<content:encoded><![CDATA[<p>ok, say you have two dbs very similar in structure. one you use as a master template which goes through various revisions, let&#8217;s say we&#8217;re now on revision 3. but the second db is a copy of the template as it was at revision 1.</p>
<p>because db 2 is in use, you don&#8217;t want to drop any tables, but you do need to update the structure of the entire db to the latest version of db 1.</p>
<p>is there any method of doing this without having to manually go through and make all the same changes again and again (over many dbs at various versions) and without losing any of the data?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shravan</title>
		<link>http://www.howtogeek.com/howto/programming/mysql/dump-just-the-table-structure-to-a-file-in-mysql/comment-page-1/#comment-74223</link>
		<dc:creator>shravan</dc:creator>
		<pubDate>Fri, 10 Jul 2009 06:04:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/programming/mysql/dump-just-the-table-structure-to-a-file-in-mysql/#comment-74223</guid>
		<description>Thanks. It helps!</description>
		<content:encoded><![CDATA[<p>Thanks. It helps!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Girish</title>
		<link>http://www.howtogeek.com/howto/programming/mysql/dump-just-the-table-structure-to-a-file-in-mysql/comment-page-1/#comment-69592</link>
		<dc:creator>Girish</dc:creator>
		<pubDate>Wed, 01 Apr 2009 06:21:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/programming/mysql/dump-just-the-table-structure-to-a-file-in-mysql/#comment-69592</guid>
		<description>u can restore it in the database using ,,,,
mysql &gt; source /path/to/a/dump/file</description>
		<content:encoded><![CDATA[<p>u can restore it in the database using ,,,,<br />
mysql &gt; source /path/to/a/dump/file</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Girish</title>
		<link>http://www.howtogeek.com/howto/programming/mysql/dump-just-the-table-structure-to-a-file-in-mysql/comment-page-1/#comment-69591</link>
		<dc:creator>Girish</dc:creator>
		<pubDate>Wed, 01 Apr 2009 06:20:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/programming/mysql/dump-just-the-table-structure-to-a-file-in-mysql/#comment-69591</guid>
		<description>--
--Use this to take only the Table structure of the database table in Linux --

On the terminal 
[root@localhost ~]# mysqldump -uroot -proot123 -h200.200.200.12 mydatabasename tbl_mytable_name  --no-data  &gt; /tmp/tbl_mytable_name_dump.sql 

Remember , if u dont redirect it to a file, it will stores the dump at pwd by the name &quot;oot&quot;

Regards,
Girish :-)</description>
		<content:encoded><![CDATA[<p>&#8211;<br />
&#8211;Use this to take only the Table structure of the database table in Linux &#8211;</p>
<p>On the terminal<br />
[root@localhost ~]# mysqldump -uroot -proot123 -h200.200.200.12 mydatabasename tbl_mytable_name  &#8211;no-data  &gt; /tmp/tbl_mytable_name_dump.sql </p>
<p>Remember , if u dont redirect it to a file, it will stores the dump at pwd by the name &#8220;oot&#8221;</p>
<p>Regards,<br />
Girish <img src='http://www.howtogeek.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
