How to check if MYSQL supports InnoDB or not? June 23, 2019October 15, 2011 by Raj KBTweetShare2Pin2 SharesFollowing SQL Queries are helpful in determining the InnoDB status of MYSQL:1>SHOW VARIABLES LIKE '%have_innodb%';Result: 2>SHOW ENGINES;Result: You can use these queries in case of Magento too in order to determine the InnoDB status.Cheers!!TweetShare2Pin2 SharesRelated posts:Custom Login Redirect Pro: How to keep your customer logged in even after redirection to another store? Bash Script: Create MySQL Database & User with Optional Password How to check if the customer is already logged in from another location? MySQL Issue: Table storage engine for ‘catalog_product_relation’ doesn’t have this option