Plesk

Unable to access Plesk with 500 error message: [2002] No such file or directory

Symptoms

Cause

Directory /var/log/mariadb is missing on the server.

Resolution

  1. Connect to the server via SSH.

  2. Create the directory /var/log/mariadb:

    # mkdir /var/log/mariadb

  3. Assing correct user and group:

    # chown mysql:mysql /var/log/mariadb

  4. Start MariaDB:

    # systemctl start mariadb