主页 > 知识库 > MySQL启动时InnoDB引擎被禁用了的解决方法

MySQL启动时InnoDB引擎被禁用了的解决方法

热门标签:服务外包 铁路电话系统 地方门户网站 网站排名优化 百度竞价排名 AI电销 呼叫中心市场需求 Linux服务器

发现问题

今天在工作中,从本地数据库复制表数据到虚拟机 CentOS 6.6 上的数据库时,得到提示:

Unknown table engine 'InnoDB'

于是在服务器 MySQL 中查看了引擎:

mysql> show engines\G

得到:

*************************** 1. row ***************************
  Engine: MyISAM
  Support: DEFAULT
  Comment: MyISAM storage engine
Transactions: NO
   XA: NO
 Savepoints: NO
*************************** 2. row ***************************
  Engine: CSV
  Support: YES
  Comment: CSV storage engine
Transactions: NO
   XA: NO
 Savepoints: NO
*************************** 3. row ***************************
  Engine: MEMORY
  Support: YES
  Comment: Hash based, stored in memory, useful for temporary tables
Transactions: NO
   XA: NO
 Savepoints: NO
*************************** 4. row ***************************
  Engine: BLACKHOLE
  Support: YES
  Comment: /dev/null storage engine (anything you write to it disappears)
Transactions: NO
   XA: NO
 Savepoints: NO
*************************** 5. row ***************************
  Engine: MRG_MYISAM
  Support: YES
  Comment: Collection of identical MyISAM tables
Transactions: NO
   XA: NO
 Savepoints: NO
*************************** 6. row ***************************
  Engine: PERFORMANCE_SCHEMA
  Support: YES
  Comment: Performance Schema
Transactions: NO
   XA: NO
 Savepoints: NO
*************************** 7. row ***************************
  Engine: ARCHIVE
  Support: YES
  Comment: Archive storage engine
Transactions: NO
   XA: NO
 Savepoints: NO
*************************** 8. row ***************************
  Engine: FEDERATED
  Support: NO
  Comment: Federated MySQL storage engine
Transactions: NULL
   XA: NULL
 Savepoints: NULL
*************************** 9. row ***************************
  Engine: InnoDB
  Support: NO
  Comment: Supports transactions, row-level locking, and foreign keys
Transactions: NULL
   XA: NULL
 Savepoints: NULL
rows in set (0.00 sec)

在 InnoDB 的 Supports 为 NO

解决方法

编辑 my.cnf

[root@localhost mysql]# vim /etc/my.cnf

把其中 innodb = OFF 改为 innodb = ON

同时把 skip-innodb 注释掉即可。

总结

以上就是这篇文章的全部内容了,希望本文的内容对大家的学习或者工作能带来一定的帮助,如果有疑问大家可以留言交流,谢谢大家对脚本之家的支持。

您可能感兴趣的文章:
  • InnoDB 类型MySql恢复表结构与数据
  • mysql执行sql文件报错Error: Unknown storage engine‘InnoDB’的解决方法
  • mysql innodb 异常修复经验分享
  • mysql innodb的监控(系统层,数据库层)
  • Mysql更换MyISAM存储引擎为Innodb的操作记录总结
  • 关于MySQL innodb_autoinc_lock_mode介绍
  • MySQL优化之InnoDB优化
  • MySQL存储引擎中MyISAM和InnoDB区别详解
  • MySQL提示The InnoDB feature is disabled需要开启InnoDB的解决方法
  • MySQL中Innodb的事务隔离级别和锁的关系的讲解教程
  • 详解MySQL中InnoDB的存储文件

标签:黄山 湖南 衡水 仙桃 兰州 崇左 湘潭 铜川

巨人网络通讯声明:本文标题《MySQL启动时InnoDB引擎被禁用了的解决方法》,本文关键词  ;如发现本文内容存在版权问题,烦请提供相关信息告之我们,我们将及时沟通与处理。本站内容系统采集于网络,涉及言论、版权与本站无关。
  • 相关文章
  • 收缩
    • 微信客服
    • 微信二维码
    • 电话咨询

    • 400-1100-266