Habe einen Umzug von Debian 3.1 auf Debian 4.0 durchgeführt.
Die Kunden Datenbanken habe ich von mysql4 auf den neuen Server (mysql5) nach /var/lib/mysql kopiert.
Nun erhalte ich folgende Fehlermeldung im syslog:
Code:
Sep 22 17:52:16 v4140 mysqld[32026]: 070922 17:52:16070922 17:52:16 [ERROR] Cannot find table 13_typo3db/cache_hash from the internal data dictionary
Sep 22 17:52:16 v4140 mysqld[32026]: of InnoDB though the .frm file for the table exists. Maybe you
Sep 22 17:52:16 v4140 mysqld[32026]: have deleted and recreated InnoDB data files but have forgotten
Sep 22 17:52:16 v4140 mysqld[32026]: to delete the corresponding .frm files of InnoDB tables, or you
Sep 22 17:52:16 v4140 mysqld[32026]: have moved .frm files to another database?
Sep 22 17:52:16 v4140 mysqld[32026]: See http://dev.mysql.com/doc/refman/5.0/en/innodb-troubleshooting.html
Sep 22 17:52:16 v4140 mysqld[32026]: how you can resolve the problem.
ein:
Code:
mysqlcheck --all-databases -r -uroot -pxxxxxxx
mysqlcheck --all-databases --auto-repair --extended --optimize -uroot -pxxxxxxxxxxx
konnte das Problem nicht beheben ...
Kennt jemand eine Möglichkeit ???