MySQL Forums
Forum List  »  InnoDB

Re: Move table from one db to another on same server - how?
Posted by: Eric Bergen
Date: April 21, 2008 11:06AM

Alter table can be used to move tables from one db to another.

alter table old_db.foo rename new_db.foo

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Move table from one db to another on same server - how?
31607
April 21, 2008 11:06AM


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.