• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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