• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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.

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