订阅本站

[Err] 1289 – The ‘InnoDB’ feature is disabled; you need MySQL built with ‘InnoDB’ to have it working

   

  1. 关闭mysql数据库,停止MYSQL服务
  2. 在mysql的安装目录中找到my.ini文件
  3. 找到skip-innodb,在前面加上#号
  4. 保存,启动mysql服务,成功!