How to enable INNODB in mysql

后端 未结 4 1879
我寻月下人不归
我寻月下人不归 2020-11-29 06:41

When I execute a query in MySQL it returns an error saying that InnoDB is not enabled. When I clicked the storage engine, the InnoDB was disabled.

How do I enable In

4条回答
  •  心在旅途
    2020-11-29 07:10

    In my.ini (located in MySQL folder) put a # sign before 'skip-innodb' to disable this command. Then restart mysql. This will enable InnoDB engine.

提交回复
热议问题