• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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