Hallo,
Ich habe eine Tabelle meiner Datenbank irgendwie zersprängt.
Ich habe versucht die per phpMyAdmin zu reparieren, aber der scheitert an der Größe der Tabelle.
Fehler: cant open file, errno 144
Wer kann ich die Tabelle per shell reparieren ?
Ich habe das hier gefunden http://dev.mysql.com/doc/mysql/de/myisamchk-syntax.html, aber ich blick nicht durch, vielleicht kann mir jemand helfen.
mfg
hans
50 MB mysql Tabelle reparieren
Re: 50 MB mysql Tabelle reparieren
Backup anlegen und dann:
Code: Select all
mysqlcheck --analyze --check --auto-repair --extend --optimize --all-databases -uroot -p
PayPal.Me/JoeUser ● FreeBSD Remote Installation
Wings for Life ● Wings for Life World Run
„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
Wings for Life ● Wings for Life World Run
„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.