• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Administering Plesk via MySQL

M

mikelegg

Guest
I see a lot of references in this forum to fixing Plesk problems by editing the MySQL database.

When I type show databases; all I get is the actual mysql database - what database is holds the Plesk data?
 
In Plesk 7.5 Plesk MySQL instance works at 8306 port number. Plesk settings are stored in psa database. To connect to it use
mysql -uadmin -p<admin_psa_pass> -P8306 psa
 
Back
Top