How to access plesk mysql database pas in Plesk 10 windows server
by rajesh[ Edit ] 2012-04-19 09:57:14
Login to WIndows Server vis RDP and open a command prompt
Execute the following commands in the command prompt:
cd %plesk_dir%\MySQL\bin
mysql -P8306 -uadmin -p
psa
Change the to your admin password in the above command.
This will help you connect you to the psa plesk database.