This is easy on smaller tables but on larger ones all data should be backed up first to CYA and changes should be done during off hours to avoid downtime.
ALTER TABLE 'table_name' ENGINE='InnoDB';
This is easy on smaller tables but on larger ones all data should be backed up first to CYA and changes should be done during off hours to avoid downtime.
ALTER TABLE 'table_name' ENGINE='InnoDB';