• The new Python extension is now available. It allows customers to deploy and manage WSGI-based Python applications on their websites directly from Plesk.
  • Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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