I have a myism table \'test\' which holds some out-dated data, now I want to recreate the table, all columns the same except that I changed the storage from myism to innodb.
I had this with an SQL import on Azure and needed to change
ENGINE=MyISAM with ENGINE=InnoDB