exception 'Zend_Db_Statement_Exception' with message 'SQLSTATE[HY000]: General error: 1030 Got error 28 from storage engine' in C:\xampp\php\PEAR\Zend\Db\Statement\Pdo.php:238
Stack trace:
#0 C:\xampp\php\PEAR\Zend\Db\Statement.php(283): Zend_Db_Statement_Pdo->_execute(Array)
#1 C:\xampp\php\PEAR\Zend\Db\Adapter\Abstract.php(405): Zend_Db_Statement->execute(Array)
#2 C:\xampp\php\PEAR\Zend\Db\Adapter\Pdo\Abstract.php(205): Zend_Db_Adapter_Abstract->query('DESCRIBE `menu`', Array)
#3 C:\xampp\php\PEAR\Zend\Db\Adapter\Pdo\Mysql.php(136): Zend_Db_Adapter_Pdo_Abstract->query('DESCRIBE `menu`')
#4 C:\xampp\php\PEAR\Zend\Db\Table\Abstract.php(604): Zend_Db_Adapter_Pdo_Mysql->describeTable('menu', NULL)
#5 C:\xampp\php\PEAR\Zend\Db\Table\Abstract.php(533): Zend_Db_Table_Abstract->_setupMetadata()
#6 C:\xampp\php\PEAR\Zend\Db\Table\Abstract.php(268): Zend_Db_Table_Abstract->_setup()
#7 C:\xampp\application\default\controllers\IndexController.php(31): Zend_Db_Table_Abstract->__construct()
#8 C:\xampp\php\PEAR\Zend\Controller\Action.php(502): IndexController->indexAction()
#9 C:\xampp\php\PEAR\Zend\Controller\Dispatcher\Standard.php(293): Zend_Controller_Action->dispatch('indexAction')
#10 C:\xampp\php\PEAR\Zend\Controller\Front.php(914): Zend_Controller_Dispatcher_Standard->dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http))
#11 C:\xampp\application\Bootstrap.php(16): Zend_Controller_Front->dispatch()
#12 C:\xampp\htdocs\index.php(122): Bootstrap::run()
#13 {main}