at a mysql prompt in the database where your table resides, type the
following:

alter table <currentname> rename <newname>;

That should take care of it.

--
Dominic

Fang Li wrote:
> 
> Does anyone know how to rename a database in MySQL?
> Thanks!
> 
> fang
> 
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to