Jump to content

SQLSTATE[HY000]: General error: 1030 Got error 28 from storage engine


Recommended Posts

Posted

Account login: lout

 

Performing SQL query I get error: SQLSTATE[HY000]: General error: 1030 Got error 28 from storage engine

 

What can I try?

 

Full error:

 

[12-Dec-2009 05:43:39] PHP Fatal error: Uncaught exception 'Zend_Db_Statement_Exception' with message 'SQLSTATE[HY000]: General error: 1030 Got error 28 from storage engine' in /home/lout/public_html/system/library/Zend/Db/Statement/Pdo.php:61

Stack trace:

#0 /home/lout/public_html/system/library/Zend/Db/Statement.php(115): Zend_Db_Statement_Pdo->_prepare('DESCRIBE `sessi...')

#1 /home/lout/public_html/system/library/Zend/Db/Adapter/Pdo/Abstract.php(184): Zend_Db_Statement->__construct(Object(Zend_Db_Adapter_Pdo_Mysql), 'DESCRIBE `sessi...')

#2 /home/lout/public_html/system/library/Zend/Db/Adapter/Abstract.php(467): Zend_Db_Adapter_Pdo_Abstract->prepare('DESCRIBE `sessi...')

#3 /home/lout/public_html/system/library/Zend/Db/Adapter/Pdo/Abstract.php(238): Zend_Db_Adapter_Abstract->query('DESCRIBE `sessi...', Array)

#4 /home/lout/public_html/system/library/Zend/Db/Adapter/Pdo/Mysql.php(156): Zend_Db_Adapter_Pdo_Abstract->query('DESCRIBE `sessi...')

#5 /home/lout/public_html/system/library/Zend/Db/Table/Abstract.php(823): Zend_Db_Adapter_Pdo_Mysql->des in /home/lout/public_html/system/library/Zend/Db/Statement/Pdo.php on line 61

[12-Dec-2009 05:43:39] PHP Fatal error: Exception thrown without a stack frame in Unknown on line 0

 

These links say that there is no free disk space left for mysql:

 

http://www.mysql.com/news-and-events/newsl...0000000249.html

http://www.cyberciti.biz/faq/mysql-error-28-and-solution/

Posted

From what I can tell, MySQL is complaining about a lack of space? Did you check to see that your 250mb aren't all used up?

If that is not the case, perhaps you could get help on the MySQL forums. However, if the solution involves server administration, you'll have to wait for the admin djbob to return. Sorry.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...