CREATE TABLE tbl_new AS SELECT * FROM tbl_old;
http://stackoverflow.com/questions/3280006/duplicating-a-mysql-table-indexes-and-data
CREATE TABLE tbl_new AS SELECT * FROM tbl_old;
http://stackoverflow.com/questions/3280006/duplicating-a-mysql-table-indexes-and-data