• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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