1030 Got error 28 from storage engine
Posted
by
ScoRpion...
on Stack Overflow
See other posts from Stack Overflow
or by ScoRpion...
Published on 2012-05-17T07:10:44Z
Indexed on
2012/12/05
17:04 UTC
Read the original article
Hit count: 132
mysql
I am working on a project where i need to create a database with 300 tables for each user who wants to see the demo application. it was working fine but today when i was testing with a new user to see a demo it showed me this error message
1030 Got error 28 from storage engine
After spending some time googling i found it is an error that is related to space of database or temporary files. I tried to fix it but i failed. now i am not even able to start mysql. How can i fix this and i would also like to increase the size to maximum so that i won't face the same issue again and again.
© Stack Overflow or respective owner