• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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