Page 1 of 1

The storage engine for the table doesn't support

PostPosted: Mon May 18, 2009 1:21 pm
by Justin123
When we try to Repair mysql , we cant repair it.

It says :

Note : The storage engine for the table doesn't support check

PostPosted: Mon May 18, 2009 3:01 pm
by mflorell
That is normal for MEMORY or HEAP tables, nothing to worry about.

PostPosted: Mon May 18, 2009 3:07 pm
by Justin123
How to repair the db if its marked as crash ?

PostPosted: Mon May 18, 2009 3:09 pm
by mflorell
MySQL is saying that a MEMORY or HEAP table is crashed?

Never seen that one before.

PostPosted: Tue May 19, 2009 11:33 pm
by williamconley
try telling it to repair ALL the tables in the database (twice) and see if the system comes online afterwards.

mysqlcheck --auto-repair asterisk -p

oh: and is your drive filling up?

df -h