Introduction
This article provides the procedure to use the mysqlcheck
utility to check your databases for corruption.
Procedure
- Access the server's command line as the 'root' user via SSH or "Terminal" in WHM.
- Run
mysqlcheck
and pipe the output togrep
to display only corrupt databases.mysqlcheck -cA | grep -v OK
Comments
0 comments
Article is closed for comments.