• 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 How to run mysql_secure_installation?

Azurel

Silver Pleskian
I tried to run "mysql_secure_installation" command on my server (centOS 8.2) where Obsidian is running but I always get login prompt with "root". In plesk the default db user is admin and not root. This parameters are not working
Code:
# mysql_secure_installation -uadmin -p`cat /etc/psa/.psa.shadow`

installed is
Code:
# mysql -V
mysql  Ver 15.1 Distrib 10.3.17-MariaDB, for Linux (x86_64) using readline 5.1
 
Back
Top