1030 Got error 28 from storage engine mysql [solved]
If you receive an error from your MySQL databaser server that reads:
#1030 Got error 28 from storage engine
Then you will want to check and make sure your server has sufficient free space. One of my servers gave this error and it was because the drive that MySQL was installed on had no more free space. So, I repeat, if you get this error check and make sure you have free space! After freeing up some space everything started working properly again. 🙂
More resources about the error…
[end]
THANKS : My problem was in /tmp : no space left because of Cachegrind results that are very heavy and accumulate. SOLVED after deleting those Cachegrind results overloading /tmp
Thank you for your comment 🙂 I am glad that you were able to clear out /tmp and eradicate error 28!
Best regards,
-J.D.