/etc/init.d/psa restart bringt ERROR 1045 (28000)

ollihart

New Member
Hallo zusammen,

ich habe folgendes Problem auf meiner Plesk 11.5-Installation: Ein Restart des psa ist nicht möglich, es kommt ein MySQL-Access-Fehler:

> /etc/init.d/psa restart
[ ok ] Restarting Plesk engine pool manager: sw-engine-fpm.
Trying to connect to MySQL... Failed to connect to MySQL:
ERROR 1045 (28000): Access denied for user 'admin'@'localhost' (using password: YES)


Ein Verbinden auf Konsole zum MySQL-Server ist aber problemlos möglich:

> mysql -uadmin -p`cat /etc/psa/.psa.shadow`

Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 7721
Server version: 5.5.35-0+wheezy1-log (Debian)

Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.

Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

mysql>


Das admin-Kennwort habe ich schon neu gesetzt, leider ohne Erfolg.

Hat jemand eine Idee?
 
Back
Top