• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

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