Software >> Services >> RDBMS >> MySQL >> How to resolve issue of corrupted tableconnect to the database and mysql> check table table_name; confirm that it is showing table needs to be repaired perform the repair mysql> repair table table_name; check again and confirm repaired mysql> check table table_name;
|