Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: PLESK FOR WINDOWS MYSQL ACCESS  (Read 2286 times)

0 Members and 1 Guest are viewing this topic.

rohitj

  • Guest
PLESK FOR WINDOWS MYSQL ACCESS
« on: November 16, 2013, 10:45:49 pm »
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).