11 messages in com.mysql.lists.win32Re: Re[2]: Re naming tables - how ?
FromSent OnAttachments
joh...@net2000.com.au19 Nov 2004 00:15 
Daniel da Veiga19 Nov 2004 05:13 
John Fitzsimons19 Nov 2004 15:25 
Randy Clamons19 Nov 2004 16:58 
Marcel Forget19 Nov 2004 20:02 
John Fitzsimons19 Nov 2004 20:35 
John Fitzsimons19 Nov 2004 20:44 
denys20 Nov 2004 10:18 
denys20 Nov 2004 10:45 
denys20 Nov 2004 20:24 
denys21 Nov 2004 07:21 
Subject:Re: Re[2]: Re naming tables - how ?
From:John Fitzsimons (joh@net2000.com.au)
Date:11/19/2004 08:44:49 PM
List:com.mysql.lists.win32

On Fri, 19 Nov 2004 23:02:34 -0500, Marcel Forget wrote:

Hi Marcel,

I will assume that you can log in using phpMyAdmin. You have two options to do
this task:

1.

< snip >

2. The other choice would have been to click on the SQL (middle) icon on the
left under the logo and type in the following SQL commands.

USE example; RENAME TABLE test TO test_2;

then click the GO button.

Ah ! Another method. Very handy to know. Thank you for your help. It is appreciated. :-)

Regards, John.