EasyPHP-DevServer 13.1 "Fin inesperado de mysql"

Cada vez que instalo EasyPHP 13.1VC9 funciona durante unos días y luego en puntos aleatorios cuando lo enciendo recibo este error y no puedo iniciar MySQL. He intentado ejecutarlo como administrador y he intentado editar los permisos. Además, cuando voy a acceder a MYSQL a través de PHPadmin, aparece el siguiente error:

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

Esto es lo que dicen los archivos de registro:

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.

Respuestas a la pregunta(7)

Su respuesta a la pregunta