---
title: "How would you change a table to InnoDB?"  
description: "How would you change a table to InnoDB?"  
author: "Anonymous User"  
published: 2012-04-09  
updated: 2020-09-15  
canonical: https://www.mindstick.com/interview/1429/how-would-you-change-a-table-to-innodb  
category: "mysql"  
tags: ["mysql"]  
reading_time: 1 minute  

---

# How would you change a table to InnoDB?

ALTER TABLE techpreparation_questions ENGINE innodb;

## Answers

### Answer by Anonymous User

ALTER TABLE techpreparation_questions ENGINE innodb;


---

Original Source: https://www.mindstick.com/interview/1429/how-would-you-change-a-table-to-innodb

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
