• 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 beaware of a breaking change in the REST API on the next Plesk release (18.0.62).
    Starting from Plesk Obsidian 18.0.62, requests to REST API containing the Content-Type header with a media-type directive other than “application/json” will result in the HTTP “415 Unsupported Media Type” client error response code. Read more here

plesk data after install

yulian

New Pleskian
Hello all,
i wanted to ask something,
after installation plesk, can i find text file which include root password for mysql ?

thank you
 
Hello,

Plesk creates /etc/psa/.psa.shadow file which contains encrypted password for user 'admin' you can use to connect to mysql.
No plain text password is stored in the system.
 
Hello smi,
can i reset mysql root password using that ?
because i scared if i reset root mysql using normal way will troubling plesk

thanks
 
you can login to mysql under 'admin' account by typing in root console
mysql -uadmin -p`cat /etc/psa/.psa.shadow` mysql
admin has all privileges.
under this account you can create additional administrative accounts, check mysql docs for it.
Also check DB servers setup page in Plesk settings. It is possible to use phpMyAdmin to add new users with administrative privileges.
And finally. Mysql 'admin' user has the same password as Plesk 'admin' user. And if you change password for Plesk 'admin', password of Mysql 'admin' will be changed to the same automatically.

Also. There is no 'root' user in the Plesk instance of Mysql. Only 'admin' is used. You can create root as in the traditional instance.
 
@smi, so basically, admin login for plesk panel = root mysql login , ccmiw
if i change it, it'll also effect mysql
thanks
 
Back
Top