• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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