how to find corrupt database?
Hello
how i can see corrupted databases on server? there is any command for just filter corrupted databases?
Thanks.
-
You have to check /var/lib/mysql/hostname.err file. It will show you corrupt databases. 0 -
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.
Comments
2 comments