Symptom:
Using MySQL
Error connecting to Log Server: ERROR [HY000] [MySQL][ODBC 5.1 Driver][mysqld-5.5.9]Table '.\director\log' is marked as crashed and should be repaired
Cause:
Database table has crashed or is corrupt
Resolution
- Repair MySQL crashed table
- From a command prompt browse to the MySQL directory
- mysqlcheck --auto-repair -A -u root -ppassw0rd
- Repair all crashed tables in all databases
External Link:
http://www.pantz.org/software/mysql/fixingmysqlcrashedtables.html
Comments