Bonjour,
Ça y est, j'ai fait une grosse bêtise. J'ai oublié d'arrêter Easyphp avant de fermer l'ordinateur. L'erreur inévitable et fatale: ma base de données mysql est corrompue (expected end of mysql... see log file).
J'ai un backup, mais assez vieux... je ne veux pas tout recommencer.
Il doit bien avoir un moyen de réparer les connexions brisées de mysql? J'ai fait plusieurs recherches sur le sujet, rien à faire, je ne sais pas vers quoi me tourner. Mais je sais que c'est possible.
Voici ce que me dit le log file:
(J'ai essayé de rajouté dans my.ini "innodb_force_recovery > 0" ou 1, mais ça ne fonctionne pas)
Évidemment, je suis en localhost.
Merci grandement de votre soutien,
Au plaisir.
Ça y est, j'ai fait une grosse bêtise. J'ai oublié d'arrêter Easyphp avant de fermer l'ordinateur. L'erreur inévitable et fatale: ma base de données mysql est corrompue (expected end of mysql... see log file).
J'ai un backup, mais assez vieux... je ne veux pas tout recommencer.
Il doit bien avoir un moyen de réparer les connexions brisées de mysql? J'ai fait plusieurs recherches sur le sujet, rien à faire, je ne sais pas vers quoi me tourner. Mais je sais que c'est possible.
Voici ce que me dit le log file:
Code:
2015-07-13 22:07:34 8368 [Note] InnoDB: Database was not shutdown normally! 2015-07-13 22:07:34 8368 [Note] InnoDB: Starting crash recovery. 2015-07-13 22:07:34 8368 [Note] InnoDB: Reading tablespace information from the .ibd files... 2015-07-13 22:07:34 8368 [ERROR] InnoDB: Attempted to open a previously opened tablespace. Previous tablespace bdjoomla/jb3cf_banner_clients uses space ID: 4 at filepath: .\bdjoomla\jb3cf_banner_clients.ibd. Cannot open tablespace mysql/slave_master_info which uses space ID: 4 at filepath: .\mysql\slave_master_info.ibd InnoDB: Error: could not open single-table tablespace file .\mysql\slave_master_info.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. 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.
Évidemment, je suis en localhost.
Merci grandement de votre soutien,
Au plaisir.