Copy table to a different database Leave a reply CREATE TABLE `db1.table1` SELECT * FROM `db2.table1`;