• Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Accessing psa mysql database

RihadG

Basic Pleskian
Hi, folks. I wanted to upgrade Plesk 10 to 11 but saw this error first:
Parallels Panel pre-upgrade check...
WARNING: Unable to find "main" IP address in psa database. Please, check http://kb.parallels.com/en/112417 for more details.
So I followed that link and it said IP in the database might be missing. So I wanted to check what's there, but I can't access it.

root@ns4:/home/rihad# mysql -uadmin -p psa
Enter password: (here I type in the output of /usr/local/psa/bin/admin --show-password)
ERROR 1045 (28000): Access denied for user 'admin'@'localhost' (using password: YES)


What's going on?
 
Last edited:
Thanks, it worked. How bizarre that you used encrypted password as cleartext... You guys probably left it like that so that this longstanding idiom still kept working:
mysql -uadmin -p`cat /etc/psa/.psa.shadow` psa
 
You can also access the database server using phpmyadmin through which you can manage psa database by:

Control Panel -> Tools & Settings -> Database Servers -> Manage Server (small icon on the right)
 
Access PSA MySQL Database

Query

If I want to access the psa database from another server, using something like Navicat, can it be done? If it can, it will permit me to copy the whole structure and content onto another server....!
 
Back
Top