How to change the MySQL database table engine to InnoDB

1) Log into PHPMyAdmin. (You can get your PHPMyAdmin URL inside your cPanel / HELM)

2) Select the database

3) Click on the SQL Tab



4) Run the query as below. 

ALTER TABLE TableName ENGINE = InnoDB;

Note:  
TableName: database table name

5) Click Go button

6) Done

Did you find it helpful? Yes No

Send feedback
Sorry we couldn't be helpful. Help us improve this article with your feedback.