• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • 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.

Resolved DB query failed: SQLSTATE[HY000] [2002] No such file or directory

ServerObserver

New Pleskian
Server operating system version
CentOS 7.9.2009
Plesk version and microupdate number
18.0.43.1
I just attempted to update my install from 18.0.40 to 18.0.43 and since I have not been able to connect to the server externally. That means websites don't load but more importantly I am unable to SSH in via Putty. I have to use the the server side VNC client provided by my VPS host to access CLI locally. Unfortunately this means the client is HTML5 based so I have to hand copy all errors :confused: For this reason I am unable to copy longer outputs completely, and I am unable to connect to the server to download anything. All back-ups are stored locally, however I am unsure how to list them out in order to proceed to a restore.

plesk repair all -y
responds
DB query failed: SQLSTATE[HY000] [2002] No such file or directory

systemctl status mysql.service
responds
Process: 28909 ExecStart=/etc/rc.d/init.d/mysql start {code=exited, status=1/FALURE) mysql [28909]: ./etc/rc.d/init.d/mysql: line 263: kill: (28932) - No such process mysql [28909]: ERROR! systemd[1]: mysql.service: control process exited, code=exited status=1 systemd[1]: Failed to start LSB: start and stop MariaDB systemd[1]: Unit mysql.service entered failed state. systemd[1]: myslq.service failed

df -h
responded with nothing above 24% usage.

stopped and started MariaDB without resolution.

I have tried yum update however it failed to resolve

My options seem limited due to my inability to SSH in remotely and I am unsure where to proceed from here.
 
Can you ssh in after stopping the psa-firewall ?
Code:
systemctl status psa-firewall.service
systemctl stop psa-firewall.service
 
Hi Dave,

Thanks for your help. Stopping the firewall did not effect my ability to ssh. I lacked time to really mess around too long with it, so I wiped the server and started again. All of the mission critical mails were backed up, so I guess it just gives me cause to redo all of the websites from scratch in an improved way. They were looking a bit tired anyway I guess.
 
Back
Top