Quote:
Originally posted by vending_machine
You don't even have to shut down the database, in the mysql client do:
Code:
use database;
repair table ttt_links;
However, it's a bad sign that your databases are corrupt after only that short a time. Has your server crashed during all of this?
|
I've learnt from experience that most times when I repair corrupted tables while it's running, it doesn't fix them..