zoukankan      html  css  js  c++  java
  • 【原创】大叔经验分享(104)mysql启动失败

    mysql启动报错:

    2020-04-07T11:32:03.523605Z 0 [ERROR] InnoDB: Ignoring the redo log due to missing MLOG_CHECKPOINT between the checkpoint 238665084 and the end 238664704.
    2020-04-07T11:32:03.523756Z 0 [ERROR] InnoDB: Plugin initialization aborted with error Generic error
    2020-04-07T11:32:04.129533Z 0 [ERROR] Plugin 'InnoDB' init function returned error.
    2020-04-07T11:32:04.129618Z 0 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
    2020-04-07T11:32:04.129644Z 0 [ERROR] Failed to initialize builtin plugins.
    2020-04-07T11:32:04.129652Z 0 [ERROR] Aborting

    解决方法:

    删除以下文件后重启

    /var/lib/mysql/ib_logfile0
    /var/lib/mysql/ib_logfile1

    参考:https://spin.atomicobject.com/2011/05/09/mysql-failed-registration-of-innodb-as-a-storage-engine/

  • 相关阅读:
    2020-3-23学习地图
    HashMap<K,V>类
    2020-3-21学习地图
    模板模式
    2020-3-20学习地图
    字符串常量池String Constant Pool
    2020-3-19学习地图
    2020-3-18学习地图
    MySQL游标
    2020-3-16学习地图
  • 原文地址:https://www.cnblogs.com/barneywill/p/12652933.html
Copyright © 2011-2022 走看看