• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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