Got error 28 from table handler
Error
"Got error 28 from table handler"
Solution
- 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)
- Make sure you have not run out of temp disk space on the MySQL server. See this article for more info.
