1

mySQL が起動せず、ログに次のようにスローされます: http://pastebin.com/rTvMiQFV

これはここでは非常に一般的なようですが、私が読んだ解決策はどれもうまくいきませんでした.

私の問題と他の人の問題との唯一の違いは、私の問題が発生し始めたばかりで、以前は問題なく使用していたのに、コンピューターを再起動した後にランダムに停止したことです。

それは以前に起こったことであり、すべてを試した後、データベースをバックアップして xampp 全体を再インストールすることになりましたが、実際にはそうしたくありません。

助言がありますか?

4

1 に答える 1

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.
于 2014-01-07T03:33:47.977 に答える