MySQL创建数据库 只想sql文件创建表时候提示

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

原因:

有可能是mysql配置文件my.ini文件中skip-innodb 开启了 ,找到mysql目录找到my.ini文件搜索定位到skip-innodb 

MySQL数据库执行sql语句创建数据库和表提示The 'InnoDB' feature is disabled; you need MySQL built with 'InnoDB' to have it working

解决办法

前面加上#  ---->#skip-innodb

MySQL数据库执行sql语句创建数据库和表提示The 'InnoDB' feature is disabled; you need MySQL built with 'InnoDB' to have it working

 重新启动mysql

开始输入cmd--->右键管理员省份运行

MySQL数据库执行sql语句创建数据库和表提示The 'InnoDB' feature is disabled; you need MySQL built with 'InnoDB' to have it working

 

相关文章:

  • 2021-05-26
  • 2022-12-23
  • 2021-12-29
  • 2022-12-23
  • 2021-12-12
  • 2021-12-12
  • 2021-12-07
  • 2019-02-25
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-01-03
  • 2022-12-23
  • 2022-12-23
  • 2021-06-12
相关资源
相似解决方案