Articles on: cPanel Tutorial

How to change the MySQL database table engine to InnoDB

  1. Login to cPanel and click on PHPMyAdmin






  1. Select the database . In this example, I'll be using "joshipro_wptest1"






  1. Click on the SQL Tab






  1. Run the query as below.


ALTER TABLE TableName ENGINE = InnoDB;



**Note: **: TableName : database table name


5) Click Go button to confirm the final changes.

Updated on: 15/08/2018

Was this article helpful?

Share your feedback

Cancel

Thank you!