• 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!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

Login into Mysql by cmd line

E

EdwardDekker

Guest
When I enter
Code:
mysqlcheck --all-databases -o -uadmin -p`cat /etc/psa/.psa.shadow`
The command will be executed us usual.

When enter this, do I have an error into my system after entering the password.
Code:
[root@edwarddekkerhosting ~]# mysqlcheck --all-databases -o -uadmin -p
Enter password:
mysqlcheck: Got error: 1045: Access denied for user 'admin'@'localhost' (using password: YES) when trying to connect
OS: Centos 5.7
MYSQL: Ver 14.14 Distrib 5.5.18, for Linux (i686) using readline 5.1

[root@server ~]# rpm -qa mysql
mysql-5.5.18-1.el5.art.i386
 
Last edited by a moderator:
Did you enter content of 'cat /etc/psa/.psa.shadow' as password? Do not forget that there is encrypted password. Try to use original admin's password.
 
Did you enter content of 'cat /etc/psa/.psa.shadow' as password? Do not forget that there is encrypted password. Try to use original admin's password.

Mysql don't accept my original password, only 'cat /etc/psa/.psa.shadow' will be accepted.
 
Back
Top