• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Issue Server Error 500 Plesk\Exception\Database

fvs047

New Pleskian
Server operating system version
Almalinux 9.5
Plesk version and microupdate number
v8.0.68
Hello all,

I recently attempted to move my /var/lib/mysql folder to another disk on my machine that has vastly more storage.
However, after doing so, i got the following error when trying to access the admin panel.

Server Error

500 Plesk\Exception\Database​

DB query failed: SQLSTATE[HY000] [2002] Permission denied

TypePlesk\Exception\Database
MessageDB query failed: SQLSTATE[HY000] [2002] Permission denied
FileMysql.php
Line79


I ran the plesk repair tool via CLI and it came back with OKs.

Anything else i might have missed here?

I have tried the following:

chown -R mysql:mysql /var/lib/mysql
chmod -R 750 /var/lib/mysql

Thank you in advance guys!
 
Is the MariaDB service running? Where is the datadir and do you have the psa db in that dir?
You can find the datadir by running
SQL:
select @@datadir;
 
Back
Top