• The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

ERROR: Zend_Db_Statement_Exception: SQLSTATE[HY000]: General error: 1030 Got error -1 from storage e

Tessel

New Pleskian
Hello,

After some troubles and using: innodb_force_recovery = 6
All sites are running but only Plesk gives me an error:
ERROR: Zend_Db_Statement_Exception: SQLSTATE[HY000]: General error: 1030 Got error -1 from storage engine (Pdo.php:234)
Looking thrue the knowlagebase is gives me no direct solution.

Any idea that is wrong here?

Kind regards,
Nico
 
Hello!

Exactly the same issue here, but when I run correction from https://kb.plesk.com/en/116591 (which possibly does not apply to my Plesk 12.5.30 in Debian 7)
Code:
MYSQL_PWD=`cat /etc/psa/.psa.shadow` mysql -u admin psa < /PATH/TO/VALID/PSA.dump.sql
where "/PATH/TO/VALID/PSA.dump.sql" is "/var/lib/psa/dumps/mysql.daily.dump.0"
returns
Code:
ERROR 2013 (HY000) at line 30: Lost connection to MySQL server during query
and then mysql service stops. It can only be restarted if "innodb_force_recovery = 6" in my.cnf

Any suggestions?
 
Last edited:
Back
Top