• 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.

Issue HELP: Plesk repair no such file or directory

boosterfan

Basic Pleskian
Hello guys, we need your help.

We can not access plesk.
Server Error
500
Zend_Db_Adapter_Exception
SQLSTATE[HY000] [2002] No such file or directory

Type Zend_Db_Adapter_Exception
Message SQLSTATE[HY000] [2002] No such file or directory
File Abstract.php
Line 144


But plesk repair does not work also..

plesk repair leads to "SQLSTATE [HY000] [2002] No such file or directory"

We can not start database server, mail server is working...

What can we do??? We need your help....
 
Hello guys, we need your help.

We can not access plesk.
Server Error
500
Zend_Db_Adapter_Exception
SQLSTATE[HY000] [2002] No such file or directory

Type Zend_Db_Adapter_Exception
Message SQLSTATE[HY000] [2002] No such file or directory
File Abstract.php
Line 144


But plesk repair does not work also..

plesk repair leads to "SQLSTATE [HY000] [2002] No such file or directory"

We can not start database server, mail server is working...

What can we do??? We need your help....


Hello boosterfan.

You can rely on this thread to find a solution to your problem.

Question - Server Error 500 Zend_Db_Adapter_Exception SQLSTATE[HY000] [2002] No such file or directory

a greeting
 
One resolution has something to do with the "/etc/my.cnf"

But: the file is empty in my case... How can i restore files directories of plesk ... ?
 
  1. Connect to the server via SSH.
  2. Find and comment out the following lines in /etc/mysql/my.cnf:
    Code:
    log_bin = /var/log/mysql/mariadb-bin 
    log_bin_index = /var/log/mysql/mariadb-bin.inde 
    log_slow_verbosity = query_plan

  3. Start MySQL:
    Code:
    # systemctl start mysql
 
Please reply the outout of:
Code:
service mysqld status
Code:
service mariadb status
Code:
mysql -V


I will assist you with you issue to slove it.
 
It's to login to the database:

Code:
cat /etc/psa/.psa.shadow

MYSQL_PWD=`cat /etc/psa/.psa.shadow` mysql -uadmin psa
 
It is automatically set by the system when installing / configuring the database service. It will be installed together with Plesk on the system.
 
How can i disable the plesk firewall? Each command i try i get error messages, but i can not access ssh so firewall is active...
 
Your admin password is your admin password, and the password for the database is for the database.

These are to different things....
 
Back
Top