How would you change a table to InnoDB?

You can change a table to InnoDB using following query.

ALTER TABLE table_name ENGINE innodb;

Leave a Reply

Your email address will not be published. Required fields are marked *