• Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
    Thank you in advance for your patience and understanding on the matter.

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