Discussion:
[otrs-de] Datenbank beschädigt
Boris Wagener
2012-08-01 07:31:06 UTC
Permalink
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
Carsten Schumann
2012-08-01 07:43:14 UTC
Permalink
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
Post by Boris Wagener
Hi Liste,
ich wollte gerade ein Dump unserer Datenbank machen und bekomme
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
Boris Wagener
2012-08-01 07:43:50 UTC
Permalink
Hat auch schon geklappt.
Danke!
Moin
http://dev.mysql.com/doc/**refman/5.1/de/repair-table.**html<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
Post by Boris Wagener
Hi Liste,
ich wollte gerade ein Dump unserer Datenbank machen und bekomme
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<http://lists.otrs.org/pipermail/otrs-de>
To unsubscribe: http://lists.otrs.org/mailman/**listinfo/otrs-de<http://lists.otrs.org/mailman/listinfo/otrs-de>
------------------------------**------------------------------**---------
OTRS mailing list: otrs-de - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/**pipermail/otrs-de<http://lists.otrs.org/pipermail/otrs-de>
To unsubscribe: http://lists.otrs.org/mailman/**listinfo/otrs-de<http://lists.otrs.org/mailman/listinfo/otrs-de>
Loading...