MySQL不再在xampp上启动(但它已经习惯了)

时间:2013-10-18 15:11:32

标签: mysql xampp

mySQL无法启动,它会在日志中引发此问题:http://pastebin.com/rTvMiQFV

这在这里似乎很常见,但我读过的解决方案都没有奏效。

我可以在我的问题与其他人之间看到的唯一区别是我的问题刚刚开始发生,我之前使用它很好,并且在我重新启动计算机后它随意停止。

之前发生过,在尝试了所有内容后,我最终备份了我的数据库并重新安装了整个xampp,但我真的不想这样做。

有什么建议吗?

1 个答案:

答案 0 :(得分:1)

您是否尝试过执行建议的步骤:

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.