
Hi Liste, ich wollte gerade ein Dump unserer Datenbank machen und bekomme diesen Fehler: *C:\OTRS\mysql\mysqldump.exe: Got error: 1194: Table 'article_flag' is marked as crashed and should be repaired when retrieving data from server* Wie kann ich das reparieren? Boris

Moin http://dev.mysql.com/doc/refman/5.1/de/repair-table.html im einfachsten Fall reicht es, den SQL-Befehl REPAIR TABLE article_flag; in Deiner Datenbank abzusetzen. Gruß Carsten Am 2012-08-01 09:31, schrieb Boris Wagener:
Hi Liste,
ich wollte gerade ein Dump unserer Datenbank machen und bekomme diesen Fehler:
C:OTRSmysqlmysqldump.exe: Got error: 1194: Table article_flag is marked as crashed and should be repaired when retrieving data from server
Wie kann ich das reparieren?
Boris --------------------------------------------------------------------- OTRS mailing list: otrs-de - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/otrs-de To unsubscribe: http://lists.otrs.org/mailman/listinfo/otrs-de

Hat auch schon geklappt.
Danke!
Am 1. August 2012 09:43 schrieb Carsten Schumann
Moin
http://dev.mysql.com/doc/**refman/5.1/de/repair-table.**htmlhttp://dev.mysql.com/doc/refman/5.1/de/repair-table.html
im einfachsten Fall reicht es, den SQL-Befehl
REPAIR TABLE article_flag;
in Deiner Datenbank abzusetzen.
Gruß Carsten
Am 2012-08-01 09:31, schrieb Boris Wagener:
Hi Liste,
ich wollte gerade ein Dump unserer Datenbank machen und bekomme diesen Fehler:
C:OTRSmysqlmysqldump.exe: Got error: 1194: Table article_flag is marked as
crashed and should be repaired when retrieving data from server
Wie kann ich das reparieren?
Boris ------------------------------**------------------------------**--------- OTRS mailing list: otrs-de - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/**pipermail/otrs-dehttp://lists.otrs.org/pipermail/otrs-de To unsubscribe: http://lists.otrs.org/mailman/**listinfo/otrs-dehttp://lists.otrs.org/mailman/listinfo/otrs-de
------------------------------**------------------------------**--------- OTRS mailing list: otrs-de - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/**pipermail/otrs-dehttp://lists.otrs.org/pipermail/otrs-de To unsubscribe: http://lists.otrs.org/mailman/**listinfo/otrs-dehttp://lists.otrs.org/mailman/listinfo/otrs-de
participants (2)
-
Boris Wagener
-
Carsten Schumann