My site has working fine for a while but today its shows this database error and i have no clue what it means
“A Database Error Occurred
Error Number: 1030
Got error 28 from storage engine”
Has any one had this problem?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This could be that space has run out on the server or some other problem with the database that needs attention.
If you logon to the server and restart the mysql server this should help.
Here is a good guide to fixing the problem:
http://www.cyberciti.biz/faq/mysql-error-28-and-solution/
Stop mysql server
b) Check filesystem and /tmp directories:
c) Remove files from /tmp to free up space:
d) Look into /var/log directory and remove or compress logs file.
e) Use myisamchk command to check and repair of ISAM table:
f) Increase disk space (add new hard disk or remove unwanted software(s) )
g) Start the mysql server: