<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1013916" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1013916</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/how-do-i-retain-mysql-old-table-after-renaming-it#comment-1080609</link>
    <description> &lt;p&gt;I am using ver 2.0.1&lt;/p&gt;
&lt;p&gt;Yes! it&#039;s under &quot;Properties = copy/rename table&quot; I am able to duplicate/copy the complete table and also rename it. &lt;/p&gt;
&lt;p&gt;Thanks a lot Mark.&lt;/p&gt;
 </description>
     <pubDate>Wed, 04 Apr 2001 18:19:05 +0000</pubDate>
 <dc:creator>NSS</dc:creator>
 <guid isPermaLink="false">comment 1080609 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/how-do-i-retain-mysql-old-table-after-renaming-it#comment-1080606</link>
    <description> &lt;p&gt;What version of phpMyAdmin are you using? If you view the &lt;a href=&quot;http://www.phpwizard.net/projects/phpMyAdmin/ChangeLog.txt&quot; class=&quot;bb-url&quot;&gt;ChangeLog&lt;/a&gt;, the ability to copy a table was added in version 1.3.1&lt;/p&gt;
 </description>
     <pubDate>Wed, 04 Apr 2001 17:56:56 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1080606 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/how-do-i-retain-mysql-old-table-after-renaming-it#comment-1080591</link>
    <description> &lt;p&gt;I am using ver 3.23.27 the actual syntax for rename table ver 3.23.27 and above is.&lt;/p&gt;
&lt;p&gt;rename table_name to new_table_name  &lt;/p&gt;
&lt;p&gt;Thanks, I will try your suggestion.&lt;/p&gt;
 </description>
     <pubDate>Wed, 04 Apr 2001 12:16:37 +0000</pubDate>
 <dc:creator>NSS</dc:creator>
 <guid isPermaLink="false">comment 1080591 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/how-do-i-retain-mysql-old-table-after-renaming-it#comment-1080566</link>
    <description> &lt;p&gt;what version do you have?&lt;br /&gt;
I&#039;m running version 3.23.32&lt;/p&gt;
&lt;p&gt;select a table, and look at the properties page&lt;br /&gt;
at the bottom it should say &quot;Copy table to:&quot; then have a textbox and two radio buttons &quot;Structure only&quot; and &quot;Structure and data&quot;.&lt;/p&gt;
 </description>
     <pubDate>Wed, 04 Apr 2001 06:19:10 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1080566 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/how-do-i-retain-mysql-old-table-after-renaming-it#comment-1080514</link>
    <description> &lt;p&gt;Thanks Peter,&lt;/p&gt;
&lt;p&gt;I will try it also and see which is the best method to use.&lt;/p&gt;
 </description>
     <pubDate>Tue, 03 Apr 2001 21:20:13 +0000</pubDate>
 <dc:creator>NSS</dc:creator>
 <guid isPermaLink="false">comment 1080514 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/how-do-i-retain-mysql-old-table-after-renaming-it#comment-1080513</link>
    <description> &lt;p&gt;I don&#039;t think there&#039;s an easy (built in) way to do this. To do this in Transact-SQL you would have to create the table first, copy all data from the table you are going to rename, and then rename the table.&lt;/p&gt;
 </description>
     <pubDate>Tue, 03 Apr 2001 21:16:32 +0000</pubDate>
 <dc:creator>Peter J. Boettcher</dc:creator>
 <guid isPermaLink="false">comment 1080513 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/how-do-i-retain-mysql-old-table-after-renaming-it#comment-1080508</link>
    <description> &lt;p&gt;Yes I am using phpMyAdmin but I can&#039;t find any code regarding backing up the old table and at the same rename the table.&lt;/p&gt;
&lt;p&gt;I will use the second option you suggested until I can find it.&lt;/p&gt;
&lt;p&gt;Thanks Mark.&lt;/p&gt;
 </description>
     <pubDate>Tue, 03 Apr 2001 20:36:12 +0000</pubDate>
 <dc:creator>NSS</dc:creator>
 <guid isPermaLink="false">comment 1080508 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/how-do-i-retain-mysql-old-table-after-renaming-it#comment-1080503</link>
    <description> &lt;p&gt;I did a short search on &lt;a href=&quot;http://mysql.com&quot; class=&quot;bb-url&quot;&gt;http://mysql.com&lt;/a&gt; and didn&#039;t find any info on using a query to make a copy of a table (seems useful though).  You could do this using a server-side language (I recommend &lt;a href=&quot;http://phpwizard.net/projects/phpMyAdmin/&quot; class=&quot;bb-url&quot;&gt;phpMyAdmin&lt;/a&gt;).&lt;/p&gt;
&lt;p&gt;If you want to back up the table try: &lt;a href=&quot;http://www.mysql.com/doc/B/A/BACKUP_TABLE.html&quot; class=&quot;bb-url&quot;&gt;http://www.mysql.com/doc/B/A/BACKUP_TABLE.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Or, you could back up the table, then rename it. Then restore the backed up data...&lt;/p&gt;
 </description>
     <pubDate>Tue, 03 Apr 2001 20:22:58 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1080503 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
