Question
How do I check for corrupted databases via SSH or the command line?
Answer
- Access the server's command line as the
rootuser via SSH or Terminal in WHM. Run
mysqlcheckand pipe the output togrepto display only corrupt databases.# mysqlcheck -cA | grep -v OK
Comments
0 comments
Article is closed for comments.