background preloader

Programming

Facebook Twitter

How to Check and Repair MySQL Tables Using Mysqlcheck. When your mysql table gets corrupted, use mysqlcheck command to repair it.

How to Check and Repair MySQL Tables Using Mysqlcheck

Mysqlcheck command checks, repairs, optimizes and analyzes the tables. 1. Check a Specific Table in a Database If your application gives an error message saying that a specific table is corrupted, execute the mysqlcheck command to check that one table. The following example checks employee table in thegeekstuff database. Bash Guide for Beginners. The Linux Documentation Project. The world's most popular open source database. PHP: Hypertext Preprocessor.