When I try to access Plesk Panel 12.5 in Centos 7 receives the following message:
ERROR: PleskDBException: Unable to connect to database: mysql_connect(): Access denied for user 'admin'@'localhost' (using password: YES) (Error code: 1045) (Abstract.php:69)
I have fixed with this solution (the only one that worked):
1. run this line, copy the password to some text file:
cat /etc/psa/.psa.shadow
2. vi /etc/my.cnf
i for insert, under [mysqld] add the skip-grant-tables (or skip_grant_tables)...
ERROR: PleskDBException 12.5 in Centos 7
ERROR: PleskDBException: Unable to connect to database: mysql_connect(): Access denied for user 'admin'@'localhost' (using password: YES) (Error code: 1045) (Abstract.php:69)
I have fixed with this solution (the only one that worked):
1. run this line, copy the password to some text file:
cat /etc/psa/.psa.shadow
2. vi /etc/my.cnf
i for insert, under [mysqld] add the skip-grant-tables (or skip_grant_tables)...
ERROR: PleskDBException 12.5 in Centos 7