Plesk

Plesk is not accessible: 500 PleskExceptionDatabase: Plesk SQL Server: Error 1053

Symptoms

Cause

The Plesk SQL Server service is configured incorrectly: the Path to executable parameter in the Plesk SQL Server configuration does not contain the data about the configuration file.

Resolution

  1. Connect to the server via RDP

  2. Open the Command Prompt under Administrator.

  3. Determine the path to Plesk directory:

    C:> SET | findstr plesk_dir

  4. Use the plesk_dir from the output of the previous command to set the correct value for Path to executable parameter. E.g. if the output was as follows:

    C:> plesk_dir=C:Program Files (x86)Plesk

    , use the following command:

    C:> sc config PleskSQLServer binPath= ""C:Program Files (x86)PleskMySQLbinmysqld.exe" --defaults-file="C:Program Files (x86)PleskMySQLmy.ini" PleskSQLServer"