• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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