• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • 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.

psa database

P

pahuja

Guest
I am using a code that accesses information from the psa database. This database stores all information about the servers and hosting and has several tables. I am not able to locate where the following information is stored.
a) FTP username
b) FTP password
c) control panel username and password

Thanks
 
Powertoys does not give me all details that I want and I have done almost everything else. I am unable to find the table where this information is stored. One I find this, my job is complete.
 
It's not in a single table. Usernames (all) are stored in 'pd_users' table, passwords are stored in 'accounts' table. Referenced via 'pd_users.account_id' ==> 'accounts.id'.
 
I am on Plesk 8.0
my pd_user contains the following fields
id | int(10) unsigned
login | char(20) binary
passwd | char(15)
pd_id | int(10) unsigned

the accounts table is

id | int(10) unsigned
type | enum('plain','crypt')
password varchar(255).

The solution which you have offered does not help.

Thanks
 
Back
Top