• 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.

Is plesk password is the same with mysql password?!

A

arvin

Guest
hello,

I have a problem,
when I used phpMyAdmin and want to connect to MySQL as root, password is needed,

I don't know this password is the same as Plesk admin password or it is the MySQL password? because I heard that MySQL password is the same with plesk password.

If this password is mysql password, how/where can I find it?!

please help me!
 
Actually, Plesk uses two Mysql servers. One for clients databases (3306 port) and second server for Plesk databases (8306). You can connect to Plesk DB using the following command:
%plesk_dir%\mysql\bin\mysql.exe -uadmin -pPlesk_admin_passwd -P8306
However if you want to connect to Clients' Mysql Server you should use the following command:
%plesk_dir%\databases\mysql\bin\mysql.exe -uadmin -pPassword -P3306
Password you can find in the psa.misc table (Plesk DB).
 
Oh my friend!

This is Exact solution for this problem!!

After hours and hours that we work on it, we ffind the solution and but nobody reply to this problem,
but now I check this post, find your reply! but after solving the problem!!!

but any way, very thnx to your correct answer and...;)
 
Back
Top