mysql prompts INNODB for the wrong solution

  • 2020-05-10 23:04:10
  • OfStack

The following statement appears: The 'InnoDB' feature is disabled; you need MySQL built with 'InnoDB' to have it working;

The mysql configuration file disabled this option!
Close the mysql database
Find the my.ini file in the mysql installation directory
Go to skip-innodb and put a # in front of it
Save and open mysql database! Done!
This is also the way to enable Mysql database InnoDB!!

Related articles: