How to check whether InnoDB engine is enabled in MySQL via phpmyadmin
How to check whether InnoDB engine is enabled in MySQL via phpmyadmin
The easiest way to be found to check if the InnoDB engine is enabled or not is by
loging in to phpMyAdmin
Then click the SQL tab,
Then type the following command in the box:
show engines;
and click Go to execute the query and view all the available storage engines.
If next to InnoDB engine, in the Support row shows Yes then InnoDB is enabled. If you see No, this means that InnoDB is not enabled in the MySQL configuration