• 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.

MySQL root password

ZaeemS

New Pleskian
Dear All,
I am new to plesk and have been given assignment to work on it. I even don't know the version on plesk installed on the server. I have written shell script that takes the MySQL database backup but I don't know root password. Can you please help me to get root password so that I can test my shell script? I even can't login to MySQL using user 'admin' and same password as plesk panel. PLease guide me about it and I will be thankful to you guys.
 
During Plesk installation procedure root mysql account will be renamed to admin. So you can login to mysql with following command:

mysql -uadmin -p`cat /etc/psa/.psa.shadow`
 
I even can't login to MySQL using user 'admin' and same password as plesk panel.
I have exactly the same problem. Any solutions?

I already set the Plesk password again, but the MySQL root (admin) PW ist still not the same as the Plesk PW.

I can access the DB via the Plesk phpMyAdmin, but if I access it manually (seperate installation of phpMyAdmin), it does not work.

Edit: mysql -uadmin -p`cat /etc/psa/.psa.shadow` works, how is this possible?

I need to backup my databases automatically and I need to set the PW in my script.

Edit 2: I solved the problem for the moment by creating a new user with all privileges. I use this user now for my own phpMyAdmin installation and my backup scripts.
 
Last edited:
Back
Top