• 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

Please fix root access to MySql databases

LionGate

New Pleskian
I am trying to run programs that require me to configure a database directly through SSH but cannot run MySql database commands as "root" because Plesk assigns root access to "admin." It would be helpful if Plesk would allow a method of creating user root for SSH commands instead of having to use admin. I'm unable to do any database work from the SSH command line with Plesk 11.

Running Centos6 with Plesk 11.
 
For Plesk 11.5 use "plesk db" command.
For older versions of Plesk use the following command: mysql -uadmin -p`cat /etc/psa/.psa.shadow`
 
Back
Top