• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

Question Server Error 500 Plesk\Exception\Database

Colonel36

Basic Pleskian
Server operating system version
Ubuntu 20.04
Plesk version and microupdate number
Plesk Obsidian18.0.57
Does anyone have any idea how to resolve this below. I try to use the repairkit, but it won't let me login? Many thanks in advance
Server Error
Server Error

500 Plesk\Exception\Database​

DB query failed: SQLSTATE[HY000] [2002] Connection refused
TypePlesk\Exception\Database
MessageDB query failed: SQLSTATE[HY000] [2002] Connection refused
FileMysql.php
Line79
 
Hi,

The error indicates all connection slots to the database service have been used up. By default, that is 200 connections and 150 per any single database user.

If
Bash:
plesk db
fails then you need to restart MariaDB
Bash:
systemctl restart mariadb
 
Don't think so. The stored databases don't influence the number of connections.

Your service might be stopped, or several users use up all the connection slots.
 
Back
Top