• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Plesk not working ???

F

frank-sup

Guest
hello

when i restart plesk from root i get this error :
--------------------------------------------------------------

===> Reading /etc/psa/psa.conf ...
ERROR 1045: Access denied for user: 'admin@localhost' (Using password: YES)
websrvmng: db_connect: failed to connect to database: Error: Access denied for user: 'admin@localhost' (Using password: YES)
websrvmng: db_connect: failed to connect to database: Error: Access denied for user: 'admin@localhost' (Using password: YES)
websrvmng: Unable to connect to the mysql database
websrvmng: Unable to connect to the mysql database
ERROR 1045: Access denied for user: 'admin@localhost' (Using password: YES)
db_connect: failed to connect to database: Error: Access denied for user: 'admin@localhost' (Using password: YES)
db_connect: failed to connect to database: Error: Access denied for user: 'admin@localhost' (Using password: YES)
Key register failed
/usr/local/psa/admin/bin/httpsdctl: line 227: 25485 Terminated $HTTPD
/usr/local/psa/admin/bin/httpsdctl start: httpd could not be started
Starting Plesk: [FAILED]----------------------------------------------

Please help me, this is a big problem

I use plesk 7.5.2 and Fedore 2 and i haven`t upgrade my plesk, i use my plesk for 2 day`s ago, but to day plesk not work.

How can i fix this problem ?

Thanks for soon help.
 
Looks like it can't connect to mysql server. Try starting mysqld. If it fails, thats most likely your problem. If not, then try to start Plesk with mysqld already running. Let us know what happens...
 
>ERROR 1045: Access denied for user: 'admin@localhost' (Using passwor

That means that password in /etc/psa/.psa.shadow does not match the password of 'admin' user in MySQL.
 
mysql / plesk

How can i check password to mysql ? ( and change password )

Plesk work fine for 2 day`s ago, and i have not change notting on my server.

( i had error when i go to migration )

Thanks for all help for fix this problem.
 
Re: mysql / plesk

How can i check password to mysql ? ( and change password )

IIRC, mysql does not store admin password in the plain text, so you can only change it. you should restart mysqld with --skip-grant-tables (and --skip-networking, for security) and change password with myqsladmin utility. mysql manual describes process in the details.
 
Back
Top