碰到了这档子事,不知道如何解决,而且也不知道为什么会出现这个问题。
mysql无法启动了。看err.log
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
080613 16:54:34 InnoDB: Starting log scan based on checkpoint at
InnoDB: log sequence number 0 4829848.
InnoDB: Doing recovery: scanned up to log sequence number 0 4829848
InnoDB: Page directory corruption: supremum not pointed to
按照网上的配置,在my.ini里加了
innodb_force_recovery = 4
试过从1--6都没有作用,看来是挂了。。。
网上同样的例子
行配置,启动mysql,结果死活不行,后来发现问题所在:
配置过程中,运行到:
Please select the database usage:
Multifunctional Database
Transactional Database Only
Non-Transactional Database Only
我家里的机器只能选择最后一个,否则报 error 0 错误。不知道为什么
其实还是因为InnoDB的crash。
阅读(1857) | 评论(0) | 转发(0) |