InnoDB:
ALTER TABLE your_database.your_table ENGINE=InnoDB;
MyISAM:
ALTER TABLE your_database.your_table ENGINE=MyISAM;
Categorieën
MySQL