• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

Issue Error after installing Plesk.

TheDanniCraft

New Pleskian
I just installed plesk and when I run the plesk logon Comand I get the following error:
DB query failed: SQLSTATE[HY000] [2002] No such file or directory exit status 1
 
Does
or
help?
 
What's the service status, e.g.
# service mariadb status
And what are the SQL related entries in /var/log/messages?
 
Obviously your database server is not running. You need to find out why. For that reason I directed you to the system log. That should normally be /var/log/messages, but on some operating systems it is named /var/log/syslog. Try
# grep sql /var/log/syslog
or
# grep ariadb /var/log/syslog
to filter the entries regarding your database.
 
Back
Top