Got error 28 from table handler

Error

"Got error 28 from table handler"

Solution

  1. You may be able to repair this by running the "REPAIR TABLE table_name;" SQL query or use the myisamchk binary (will requite write access to mysql database directory)
  2. Make sure you have not run out of temp disk space on the MySQL server.  See this article for more info.