There was a problem loading the comments.

How to change the MySQL database table engine to InnoDB

Support Portal  »  Knowledgebase  »  Viewing Article

  Print

1) Login to cPanel and click on PHPMyAdmin



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



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 to confirm the final changes.
 

Share via
Did you find this article useful?  

Related Articles

© ServerFreak Technologies Sdn Bhd