标签:
160908 17:40:52 InnoDB: Error: page 7 log sequence number 35279318566
InnoDB: is in the future! Current system log sequence number 32193064972.
InnoDB: Your database may be corrupt or you may have copied the InnoDB
InnoDB: tablespace but not the InnoDB log files. See
InnoDB: http://dev.mysql.com/doc/refman/5.5/en/forcing-innodb-recovery.html
跟着去:http://dev.mysql.com/doc/refman/5.5/en/forcing-innodb-recovery.html 看了一下
4,然后在my.ini 中添加 innodb_force_recovery=6,启动服务,成功。
如何解决机器重启后MySql服务跑不起来了1067,附解决过程
标签:
原文地址:http://www.cnblogs.com/flying607/p/5855897.html