Hi brian,
I got this error while running multiple stored procedures on Linux.I just got the result of first stored procedure and the rest of the output is as below.
May be connection to Mysql server closed after executing one stored procedure.
"Fatal error: Uncaught exception 'Zend_Db_Statement_Exception' with message 'SQLSTATE[HY000]: General error: 2013 Lost connection to MySQL server during query' in /www/MYco_zend/framework/Zend/Db/Statement/Pdo.php:68 Stack trace: #0 /www/MYco_zend/framework/Zend/Db/Statement.php(109): Zend_Db_Statement_Pdo->_prepare('call sp_lup_sel...') #1 /www/MYco_zend/framework/Zend/Db/Adapter/Pdo/Abstract.php(156): Zend_Db_Statement->__construct(Object(Zend_Db_Adapter_Pdo_Mysql), 'call sp_lup_sel...') #2 /www/MYco_zend/application/public_html/index.php(80): Zend_Db_Adapter_Pdo_Abstract->prepare('call sp_lup_sel...') #3 {main} thrown in /www/MYco_zend/framework/Zend/Db/Statement/Pdo.php on line 68"
Can you tell how can I fix?
Thanks
|