One of my tables has crashed, message logged in error log, and the following works as expected.
mysqlcheck mydbname -a tbl_name
error : Table './mydbname/tbl_name' is marked as crashed and last (automatic?) repair failed
But when I use the mysqlcheck command without the -a parameter, I do not get this table.
mysqlcheck mydbname
This command does not list the tbl_name at all! What is the better way of knowing crashed tables?