If both schema is on same server then Alter table can be used to move tables from one db to another.
alter table old_db.fooTable rename new_db.fooTable
If both schema is on same server then Alter table can be used to move tables from one db to another.
alter table old_db.fooTable rename new_db.fooTable