Plesk

MySQL Process List in Plesk does not work: Request failed with status code 500

Symptoms

Cause

Issue is caused by bug with ID PPPM-11086, which is planned to be fixed in product future updates. 

 

Resolution

Apply the following workaround if the server was affected by this bug:

Workaround

  1. Connect to the server via SSH

  2. Back up the Plesk database:

    # plesk db dump psa > psa.backup.sql

  3. Configure the value of the  admin_password for the local MySQL server with 8 asterisks:

    # plesk db "update DatabaseServers set admin_password='********' where id = 1"