MySQL Forums
Forum List  »  InnoDB

Re: Move table from one db to another on same server - how?
Posted by: Rodrigo Mourao
Date: October 02, 2008 04:47PM

http://dev.mysql.com/doc/refman/4.1/en/rename-table.html

RENAME TABLE current_db.tbl_name TO other_db.tbl_name;

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Move table from one db to another on same server - how?
18266
October 02, 2008 04:47PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.