• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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