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