首页 > 数据库技术 > 详细

mysql innoDB 挂了的临时解决方案

时间:2015-03-24 09:09:26      阅读:359      评论:0      收藏:0      [点我收藏+]

Mysql InnoDB: Error: checksum mismatch

So efter I had publish mw post i got some mysql error.
The checksum did was not correct. So for solving this i had to.

 

Control the checksum ibdata is you innodb data file

innochecksum ibdata1 -d

So i have not all writen to database.
so lets write then with force

mysqld_safe  --innodb_force_recovery 4

Then when it done kill the mysql and restart it normaly and you data mysql should be up and running again.

 

mysql innoDB 挂了的临时解决方案

原文:http://www.cnblogs.com/likwo/p/4361770.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!