Beschädigung der Datenbank mit MariaDB : Tabelle existiert nicht in den Motor

Ich bin in einer Umwelt-setup, unter OSX mit MariaDB 10.0.12-MariaDB Homebrew

Habe ich geschraubt bis die installation also habe ich komplett entfernt MySQL und MariaDB aus meinem setup wieder gestartet.

Nach Abschluss der Installation von MariaDB, ich habe nach meiner Datenbanken (innoDB) über einen DB-Dump von der Produktions-server. Es hat gut funktioniert.
Nach einem Neustart, der Tag danach, kann ich keinen Zugriff mehr auf die Datenbanken :

Table 'my.table' doesn't exist in engine

Was verursacht dieses und was ist die Lösung ? Ich sehe die Struktur meiner Datenbank, aber wenn ich versuche, darauf zuzugreifen, es gibt mir diese Fehlermeldung.

Ich habe versucht mysql-upgrade --force und löschen rm ib_logfile1 ib_logfile0

Den Verlust der Daten ist nicht ein problem hier, das problem ist, dass ich nicht verbringen Sie 30 Minuten auf den re-Installation jeder Datenbank jedes mal, wenn ich einen Neustart.

Hier einige logs :

140730  9:24:13 [Note] Server socket created on IP: '127.0.0.1'.
140730  9:24:14 [Note] Event Scheduler: Loaded 0 events
140730  9:24:14 [Warning] InnoDB: Cannot open table mysql/gtid_slave_pos from the internal data dictionary of InnoDB though the .frm file for the table exists. See http://dev.mysql.com/doc/refman/5.6/en/innodb-troubleshooting.html for how you can resolve the problem.
140730  9:24:14 [Warning] Failed to load slave replication state from table mysql.gtid_slave_pos: 1932: Table 'mysql.gtid_slave_pos' doesn't exist in engine
140730  9:24:14 [Note] /usr/local/Cellar/mariadb/10.0.12/bin/mysqld: ready for connections.
Version: '10.0.12-MariaDB'  socket: '/tmp/mysql.sock'  port: 3306  Homebrew
140730 16:26:28 [Warning] InnoDB: Cannot open table db/site from the internal data dictionary of InnoDB though the .frm file for the table exists. See http://dev.mysql.com/doc/refman/5.6/en/innodb-troubleshooting.html for how you can resolve the problem.
InformationsquelleAutor sf_tristanb | 2014-07-30
Schreibe einen Kommentar