EasyPHP-DevServer 13.1 „Nieoczekiwany koniec mysql”

Za każdym razem, gdy instaluję program EasyPHP 13.1VC9, działa on przez kilka dni, a następnie w przypadkowych miejscach, kiedy go włączam, pojawia się ten błąd i nie mogę uruchomić MySQL. Próbowałem uruchomić jako administrator i próbowałem edytować uprawnienia. Ponadto, kiedy idę, aby uzyskać dostęp do MYSQL przez PHPadmin, pojawia się następujący błąd:

#2002 - No connection could be made because the target machine actively refused it.

Tak mówią pliki dziennika:

2013-06-12 23:47:18 4148 [ERROR] InnoDB: Attempted to open a previously opened     tablespace. Previous tablespace mysql/innodb_index_stats uses space ID: 2 at filepath: .\mysql\innodb_index_stats.ibd. Cannot open tablespace userauth/userinfo which uses space ID: 2 at filepath: .\userauth\userinfo.ibd

InnoDB: Error: could not open single-table tablespace file .\userauth\userinfo.ibd

InnoDB: We do not continue the crash recovery, because the table may become

InnoDB: corrupt if we cannot apply the log records in the InnoDB log to it.

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.

questionAnswers(7)

yourAnswerToTheQuestion