There are nice commands to repair any corrupted table in mysql
if you are using phpmyadmin then run query as
================
repair table category
===============
here category is table name which is corrupt
and if you are using telnet then do as belwo
- Go to root
- type mysql databasename
- then type repair table category
if you are using phpmyadmin then run query as
================
repair table category
===============
here category is table name which is corrupt
and if you are using telnet then do as belwo
- Go to root
- type mysql databasename
- then type repair table category
Comment