zoukankan      html  css  js  c++  java
  • CentOS 6.9:MySQL Daemon failed to start.

    [root@Server_1 12:02:58 ~ 25]#service mysqld start
    MySQL Daemon failed to start.
    Starting mysqld:

    [root@Server_1 12:05:40 ~ 27]#less /var/log/mysqld.log

    2018-04-18 12:04:32 5406 [ERROR] InnoDB: auto-extending data file ./ibdata1 is of a
    different size 640 pages (rounded down to MB) than specified in the .cnf file: ini
    tial 768 pages, max 0 (relevant if non-zero) pages!
    2018-04-18 12:04:32 5406 [ERROR] InnoDB: Could not open or create the system tables
    pace. If you tried to add new data files to the system tablespace, and it failed he
    re, you should now edit innodb_data_file_path in my.cnf back to what it was, and re
    move the new ibdata files InnoDB created in this failed attempt. InnoDB only wrote
    those files full of zeros, but did not yet use them in any way. But be careful: do
    not remove old data files which contain your precious data!
    2018-04-18 12:04:32 5406 [ERROR] Plugin 'InnoDB' init function returned error.
    2018-04-18 12:04:32 5406 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE f
    ailed.
    2018-04-18 12:04:32 5406 [ERROR] Unknown/unsupported storage engine: InnoDB
    2018-04-18 12:04:32 5406 [ERROR] Aborting

    使用的是mysql-community.repo安装的,什么都没有改,只是把5.6启用了,然后执行yum install -y mysql-community-server安装,安装完成之后启动就跑出来这个错误。

  • 相关阅读:
    Weblogic部署项目过程中的一些问题
    Weblogic部署项目三种方式
    weblogic的下载安装及myeclipse的配置
    浅谈WebLogic和Tomcat
    完全卸载MySQL重新安装MySQL
    服务器部署多个tomcat经验
    Java中的Bigdecimal类型运算
    微信APP支付Java后端回调处理
    mapreduce运行的bug收录
    重装java后hadoop配置文件的修改
  • 原文地址:https://www.cnblogs.com/zd520pyx1314/p/8874531.html
Copyright © 2011-2022 走看看