PDA

View Full Version : [mysql] Transferring tables???



evildrummer
December 24th, 2006, 06:32 AM
Ok, I have three seprate databases which have basically the same 9 tables in them but I need them to be seperate databases, what would the easiest and quickest way to getting the tables from one into the others?

bwh2
December 25th, 2006, 04:00 PM
export the CREATE TABLE statements from one and run on the other.