Skip to main content

how to find corrupt database?

Comments

2 comments

  • 24x7ss
    You have to check /var/lib/mysql/hostname.err file. It will show you corrupt databases.
    0
  • cPanelMichael
    Hello :) You can use the "mysqlcheck" utility on all databases with a command such as:
    mysqlcheck --all-databases
    Thank you.
    0

Please sign in to leave a comment.