一、先查看mysql数据库物理文件存放位置导入sql报错:The ‘InnoDB‘ feature is disabled; you need MySQL built with ‘InnoDB‘ to have it working解决办法

找到mysql的配置文件my.ini导入sql报错:The ‘InnoDB‘ feature is disabled; you need MySQL built with ‘InnoDB‘ to have it working解决办法
找到mysql目录找到my.ini文件搜索定位到skip-innodb,在前面加上# ---->#skip-innodb
二、打开任务管理器(快捷键Ctrl+Shift+Esc),重启mysql
导入sql报错:The ‘InnoDB‘ feature is disabled; you need MySQL built with ‘InnoDB‘ to have it working解决办法
三、再次导入要运行的mysql文件,就显示成功啦!
导入sql报错:The ‘InnoDB‘ feature is disabled; you need MySQL built with ‘InnoDB‘ to have it working解决办法
导入sql报错:The ‘InnoDB‘ feature is disabled; you need MySQL built with ‘InnoDB‘ to have it working解决办法
四、希望可以帮助到更多遇到此问题的博友。喜欢的点个赞呀(づ ̄3 ̄)づ╭❤~

相关文章: