I am running the command:
/usr/bin/mysqlcheck -hlocalhost -uDATABASE_NAME -pPASSWORD --auto-repair --check --optimize DATABASE_NAME
And up until this past week, this command has always run just fine. Last week however, I started receiving the error:
Error : Table 'DATABASE_NAME.H1#~i' doesn't exist
status : Operation failed
This is not a table I created or recognize. I have no idea why the error would suddenly start occurring. Has anyone seen this or have any idea what might be causing this?