How to change the MySQL database table engine to InnoDB
- Login to cPanel and click on PHPMyAdmin
- Select the database . In this example, I'll be using "joshipro_wptest1"
- Click on the SQL Tab
- Run the query as below.
ALTER TABLE TableName ENGINE = InnoDB;
5) Click Go button to confirm the final changes.
Updated on: 15/08/2018
Thank you!