• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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