PLESK FOR WINDOWS MYSQL ACCESS.
Plesk uses two Mysql servers. One for clients databases (port 3306) and second server for Plesk databases (8306). You can connect to Plesk DB using the following command:
%plesk_dir%\mysql\bin\mysql.exe -uadmin -pPlesk_admin_passwd -P8306
“C:\Program Files\Parallels\Plesk\Databases\MySQL\bin\mysql.exe” -uadmin -pPlesk-admin_passwd -P8306
Plesk-admin_passwd = “C:\Program Files\Parallels\Plesk\admin\bin\plesksrvclient.exe” -get
However if you want to connect to Client’s Mysql Server you should use the following command:
%plesk_dir%\databases\mysql\bin\mysql.exe -uadmin -pPassword -P3306
Password you can find in the psa.misc or psa.databaseservers tables (Plesk DB).