• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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