• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

How to find root password of Plesk for MySQL 5

cpartassides

New Pleskian
Windows Plesk 8.3 is provided to me by my server provider also.

I would like to have root access to the MySQL 5 which is installed.

My question is : How do i find the root password for it - i am guessing the one Plesk is using also to authenticate itself to mysql 5 for administrating databases. How can i update this password for plesk ?

thanks

Costas P.
 
See /etc/psa/.psa.shadow
If you don't have access there, you can still set a new admin password in the control panel if you have sufficient permissons.
 
Huh?

Atomic, I love you but the correct answer is:

"Look in PSA db in misc table there are mysql_admin and mysql_password values."
 
This is an old thread, but for anyone still looking for a solution here, eugenevdm was correct. Remember that there are TWO mySQL instances on a plesk server. The plesk PSA MySQL instance, which uses your Plesk admin creds as username/password, which is what eugenevdm is recommending you connect to. Then look in the "databaseservers" table and you will see plaintext username/password for the other MYSQL Instance, the "user" instance. The User instance is probably where most people are trying to gain root access too, and is where all user databases are stored.

So I think that atomicturtle is confusing the two databases. Most users should be able to connect to their Plesk MySQL isntance, likely on port 8306, get the root creds for the user instance, and then connect to their USER mysql instance on port 3306.
 
Back
Top