• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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