MySQL Forums
Forum List  »  German

Tabelle nicht zu löschen
Posted by: Marcel Bahlke
Date: April 16, 2024 12:58AM

Guten Morgen,

Ich muss nach einem Crash bei einem Kunden eine Tabelle neu erstellen. Ich bekomme die alte aber nicht gelöscht. Backups existieren leider auch nicht, hab aber keine Lust alles neu aufzusetzen.

drop table proxy_autoreg_host führt zu:
ERROR 3508 (HY000): Dictionary object id (90) does not exist.

Ein Select führt zu:
ERROR 1146 (42S02): Table 'proxy_autoreg_host' doesn't exist

Die .idb-Datei existiert nicht mehr

SELECT * FROM INNODB_TABLES WHERE NAME LIKE '%autoreg%';
liefert KEIN Ergebnis

SELECT * FROM INNODB_TABLESPACES WHERE NAME LIKE '%autoreg%';
liefert EIN Ergebnis

Mysql neu starten bringt nichts, Server neu starten auch nicht.

Wie werde ich die verdammte Tabelle los? Hat jemand eine Idee?

Viele Grüße

Options: ReplyQuote


Subject
Views
Written By
Posted
Tabelle nicht zu löschen
250
April 16, 2024 12:58AM
66
June 07, 2024 04:45AM


Sorry, only registered users may post in this forum.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.