bruno911
New Pleskian
I have a VPS server with 1and1, using Plesk 12.50 on CentOs 7. Before I had Plesk in another server, at the time of the migration I had some trouble to get mysql working, but after search, some of the things I followed fixed that issue, so all websites were working ok, except the login to Plesk, whenever I try to login I get:
It works, but of course I would prefer not to workaround it, and fix it properly.
Please note:
ls -la /etc/psa/.psa.shadow
-rw------- 1 psaadm psaadm 62 Oct 7 20:46 /etc/psa/.psa.shadow
mysql -uadmin -p`cat /etc/psa/.psa.shadow`
ERROR 1045 (28000): Access denied for user 'admin'@'localhost' (using password: YES)
mysql -uadmin -p
type current password works.
/usr/local/psa/bin/admin --show-password (when skip-grant-tables is enabled)
show me the correct password
cat /etc/psa/.psa.shadow
$AES-128-hash_intentionally_removed==
User accounts overview (from phpmyadmin)
User name Host name Password Global privileges User group Grant Action
Any % No USAGE No Export Export
ad localhost Yes USAGE No Export Export
admin localhost Yes ALL PRIVILEGES Yes Export Export
apsc localhost Yes USAGE No Export Export
horde localhost Yes USAGE No Export Export
pma_wyc5j9wk2IDj localhost Yes USAGE No Export Export
roundcube localhost Yes USAGE No Export Export
Tried also:
export PSA_PASSWORD=’currentpassword’ ; /usr/local/psa/admin/sbin/ch_admin_passwd; unset PSA_PASSWORD
ERROR: PleskDBException: Unable to connect to database: mysql_connect(): Access denied for user 'admin'@'localhost' (using password: YES) (Error code: 1045) (Abstract.php:69)
If I set:
skip-grant-tables
on my.cnf
on my.cnf
It works, but of course I would prefer not to workaround it, and fix it properly.
Please note:
ls -la /etc/psa/.psa.shadow
-rw------- 1 psaadm psaadm 62 Oct 7 20:46 /etc/psa/.psa.shadow
mysql -uadmin -p`cat /etc/psa/.psa.shadow`
ERROR 1045 (28000): Access denied for user 'admin'@'localhost' (using password: YES)
mysql -uadmin -p
type current password works.
/usr/local/psa/bin/admin --show-password (when skip-grant-tables is enabled)
show me the correct password
cat /etc/psa/.psa.shadow
$AES-128-hash_intentionally_removed==
User accounts overview (from phpmyadmin)
User name Host name Password Global privileges User group Grant Action
Any % No USAGE No Export Export
ad localhost Yes USAGE No Export Export
admin localhost Yes ALL PRIVILEGES Yes Export Export
apsc localhost Yes USAGE No Export Export
horde localhost Yes USAGE No Export Export
pma_wyc5j9wk2IDj localhost Yes USAGE No Export Export
roundcube localhost Yes USAGE No Export Export
Tried also:
export PSA_PASSWORD=’currentpassword’ ; /usr/local/psa/admin/sbin/ch_admin_passwd; unset PSA_PASSWORD