Find knowledge base article(s) by searching for keywords in the title e.g. type linux in the search box below
Find knowledge base article(s) by browsing the subject categories of articles
Technology quick references, cheatsheets, user manuals etc.
Shop Online through ShopifyLite
Tutorials on various IT applications.
Search Title    (UL:0 |SS:f)

Software >> Services >> RDBMS >> MySQL >> How to resolve issue of corrupted table

connect 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;

 

[ © 2008-2021 myfaqbase.com - A property of WPDC Consulting ]