TWLan Forum

Full Version: Sql Fehler / Error und MySql Fehler / Error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Sql Fehler: SELECT end_time FROM build WHERE villageid='6' ORDER BY id DESC
MySql Error: Table '.\lan\build' is marked as crashed and should be repaired

Kann mir jemand helfen?
Wo muss ich was tun / ändern?

Danke im vorraus Smile
Go to http://localhost/phpmyadmin
Go to the query browser, and enter:
REPAIR TABLE lan.build;

Execute it, and you'll be done.
Otherwise, select 'lan' on the left, mark all tables and press 'Repair.
Thank you very much Big Grin
It worked all perfekt Smile