Yes, I tried up to point 5.
When I try to make a dump as per point 6:
MYSQL_PWD=`cat /etc/psa/.psa.shadow` mysql -Ns -uadmin psa -Ne"show databases" | grep -v information_schema | grep -v performance_schema > /root/db_list.txt
I got this error:
ERROR 2002 (HY000): Can't connect to local MySQL...
Hello guys,
I'm having an issue with a Plesk server.
MySQL seems to be corrupted and won't restart, I cannot access the Plesk CP.
Any help is very appreciated.
Here is what i tried (but didn't work):
[mysqld]
innodb_force_recovery = 1
(tried from 1 to 6)...