mysql 意外终止 报1067 错误 Cannot create log files because data files are corrupt

mysql 意外终止 报1067 错误
第一种解决方式
1.查看错误日志报告 mysql目录下的err后缀的文件,
2.错误日志给出的三种解决方案如下

InnoDB: To fix the problem and start mysqld:
InnoDB: 1) If there is a permission problem in the file and mysqld cannot
InnoDB: open the file, you should modify the permissions.
InnoDB: 2) If the table is not needed, or you can restore it from a backup,
InnoDB: then you can remove the .ibd file, and InnoDB will do a normal
InnoDB: crash recovery and ignore that table.
InnoDB: 3) If the file system or the disk is broken, and you cannot remove
InnoDB: the .ibd file, you can set innodb_force_recovery > 0 in my.cnf
InnoDB: and force InnoDB to continue crash recovery here.

2 报错误 InnoDB: Cannot create log files because data files are corrupt 信息
3.只需要删除mysql安装目录下的 ib_logfile开头文件 和ibdata1文件.
第二种解决方式
在mysql中 xxx.ini
添加
第一步 innodb_force_recovery = 4 //是只读模式 只可以查看,不能create update drop insert into
第二步 启动成功后在恢复回
第三步 innodb_force_recovery = 0 权限改回0

备注:不懂innodb_force_recovery 什么意思可以先百度了解一下

例子
[mysqld]
innodb_force_recovery = 4

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值