MySQL Got Error 28 From Storage Engine + Solution
May 10, 2011 · 1 minute readCategory: linux
This is post is now quite old and the the information it contains may be out of date or innacurate.
If you find any errors or have any suggestions to update the information please let us know or create a pull request on GitHub
Got error 28 from storage engine query
When you are trying to access your web site, database or phpMyAdmin then the problem is likely to be that you have run out of hard disk space.
If you have command line access you can quickly check this by running
df -h
If you do see a partition with low or no space then the solution is simply to find and remove files that are not required and you should be back up and running.