• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

how can I Connect to plesk data with mysql command line?

P

pun119

Guest
Any one know or have an example to showe me?

goto \bin-> mysql.exe

I only got client database.
 
You have to specify the port # used by the psa instance of MySQL.
 
To connect to clients MySQL:
from command prompt:

cd %plesk_dir%\mysql\bin
mysql -umysqladministratorname -pmysqladministratorpassword -P3306

to admin's MySQL:
cd %plesk_dir%\mysql\bin
mysql -uadmin -pPleskadminpassword -P8306
 
Back
Top