There was a problem loading the comments.

Changing 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