zoukankan      html  css  js  c++  java
  • 【技术帖】Mysql The 'InnoDB' feature is disabled; you n

    【技术帖】Mysql The 'InnoDB' feature is disabled; you need MySQL built with 'InnoDB' to have it work

    今天2B了,运行sql文件的时候,mysql返回信息-----Mysql The 'InnoDB' feature is disabled; you need MySQL built with 'InnoDB' to have it work。于是百度了一下,发现了解决办法。很简单。

    1.找到你的mysql安装目录

    2.找到文件  X:\AppServ\MySQL\my.ini,并打开这个my.ini文件

    3.在ini的这个文件里找到skip-innodb这一行,然后在最前面加上一个#号。

    #*** INNODB Specific options ***

    # Use this option if you have a MySQL server with InnoDB support enabled

    # but you do not plan to use it. This will save memory and disk space

    # and speed up some things.

    #skip-innodb     :就是这一行,最前面加上一个#号即可,

    4.重启mysql服务,这个你会吧?

    计算机(我的电脑)--右键--管理--服务--mysql--右键--重新启动

    ok 结贴。

  • 相关阅读:
    php的语句
    php
    git分支
    git安装及git命令的用法
    git命令
    dos命令及github介绍
    无缝轮播的案例 及css3无缝轮播案例
    ACWING 031 表示数值的字符串
    Acwing 282. 石子合并 区间dp
    Leetcode 841. 钥匙和房间 dfs bfs
  • 原文地址:https://www.cnblogs.com/ae6623/p/4416760.html
Copyright © 2011-2022 走看看