• 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

Extra

New Pleskian
Server operating system version
Ubuntu 18.04
Plesk version and microupdate number
18.0.41
Hi! Yesterday evening around 7pm I received the following error message from Plesk:

Server Error

500 Plesk\Exception\Database​

DB query failed: SQLSTATE[HY000] [2002] No such file or directory
TypePlesk\Exception\Database
MessageDB query failed: SQLSTATE[HY000] [2002] No such file or directory
FileMysql.php
Line79

My Database: MariaDB 10.6
 
Please check these KB articles:


With this resolution I get:

root@hXXXXXX:~# #log_bin = /var/log/mysql/mariadb-bin
root@hXXXXXX::~# #log_bin_index = /var/log/mysql/mariadb-bin.inde
root@hXXXXXX::~# #log_slow_verbosity = query_plan
root@hXXXXXX::~# systemctl restart mysql
Job for mariadb.service failed because the control process exited with error code.
See "systemctl status mariadb.service" and "journalctl -xe" for details.
 
root@hXXXXXX:~# #log_bin = /var/log/mysql/mariadb-bin
root@hXXXXXX::~# #log_bin_index = /var/log/mysql/mariadb-bin.inde
root@hXXXXXX::~# #log_slow_verbosity = query_plan
Sorry, but you shouldn't run these lines. Please read instruction carefully:
Comment out the following lines in /etc/my.cnf
 
Error SQLSTATE[HY000] [2002] No such file or directory means that the socket which plesk needs to connect to the sql server does not exist, usually because the sql server crashed.
To see why it crashed, use the commands suggested by systemctl, systemctl status mariadb.service and journalctl -xe.

Before you make any changes to the mysql or mariadb config files, make a backup of said config file and all of /var/lib/mysql.
 
Back
Top