• 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

Yes i thought that but i never set a mysql password.. plesk was installed with a file on our server from the provider.. so we got ssh password and plesk password, but no pw for mysql..
 
Yes..... cause the mysql password for the root user is placed on the system.

You can define the mysql-password for each user that you create in plesk.
 
ok, when i try to restore i get error message "error 2002 (hy000) can connect to local my sql serverthrough socket .... no such file or directory
 
  1. Connect to the server via SSH
  2. Make sure that MySQL is running. If not try to start it. If yes, this solution is not applicable.
  3. Check /tmp/mysql.sock link file:
    Code:
    # ls -l /tmp/mysql.sock 
    ls: cannot access /tmp/mysql.sock: No such file or directory

  4. Create the link if it does not exist:
    Code:
    # ln -s /var/lib/mysql/mysql.sock /tmp/mysql.sock
 
Yes this happend:
ls: cannot access /tmp/mysql.sock: No such file or directory

So i created the link... And what to do now?

EDIT: mysql is not running seems like missing all relevant files to do so... maria down, no access to plesk..

EDIT2: still no way to restore databases... same error..
 
Code:
mysql -V

service mariadb status

service mysqld status

Could you please reply the output so that we can help you?
 
we do not have access to the server anymore. We can not connect via ssh because firewall seems to block, but we couldnt deactivate firewall - all commands just leads to errors...

We will install and try to restore a backup..

So, we have a file backup_domainmail....tgz

Is it possible to restore the mails and so with that file or is this file useless for us?
 
Back
Top