• 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

How do I access database for Plesk?

techwide

New Pleskian
Hi,

In Linux, the database for Plesk is called 'psa' and can be accessible using the mysql command.

In Window, it seems that it's not the same.

Can someone please tell me what the name of Plesk database is and how to access it?

Regards,

Peter
 
Since 7.5 version Plesk for Windows has two copies of MySQL - one for clients (standard port 3306) and another one for itself (port 8306), so you can get access to psa database using command:
mysql.exe -uadmin -p<Plesk admin password> -P8306 psa.
Good luck.
 
Back
Top