mySQL 不会启动,它会在日志中抛出这个:http: //pastebin.com/rTvMiQFV。
这在这里似乎很常见,但我读过的解决方案都没有奏效。
我可以看到我的问题和其他人的问题之间的唯一区别是我的问题才刚刚开始发生,我之前使用它很好,在我重新启动计算机后它随机停止。
它以前发生过,在尝试了一切之后,我最终备份了我的数据库并重新安装了整个 xampp,但我真的不想这样做。
有什么建议么?
mySQL 不会启动,它会在日志中抛出这个:http: //pastebin.com/rTvMiQFV。
这在这里似乎很常见,但我读过的解决方案都没有奏效。
我可以看到我的问题和其他人的问题之间的唯一区别是我的问题才刚刚开始发生,我之前使用它很好,在我重新启动计算机后它随机停止。
它以前发生过,在尝试了一切之后,我最终备份了我的数据库并重新安装了整个 xampp,但我真的不想这样做。
有什么建议么?
您是否尝试执行建议的步骤:
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.