To modify the storage engine of a MySQL table, one can use one of the following.
ALTER TABLE `table_name` ENGINE = InnoDB;
OR
ALTER TABLE `table_name` ENGINE = MYISAM;
ALTER TABLE `table_name` ENGINE = InnoDB;
OR
ALTER TABLE `table_name` ENGINE = MYISAM;
No comments:
Post a Comment