• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Error in Plesk phpmyadmin

Heppi75

Basic Pleskian
Hi,

phpmyadmin that is shipped with plesk is showing the following error lines:

Code:
mysqli_real_connect(): (HY000/1045): Access denied for user 'pma_CtSAyveCoLOd'@'localhost' (using password: YES)

If I look in the mysql user table I can't find the user "pma_CtSAyveCoLOd", but I can find the user "pma_QuFhnxC2BU3q". phpmyadmin is working, but can I fix this?

Thank you.
 
I am a step further. I found that the User that is missing in the mysql.user table (pma_CtSAyveCoLOd) is set as controluser in the phpmyadmin config of plesk (/usr/local/psa/admin/htdocs/domains/databases/phpMyAdmin/libraries/config.default.php).

In the mysql.db table there was an entry for the missing user - phpmyadmin_CtSAyveCoLOd

As next step I created the missing user pma_CtSAyveCoLOd in the mysql.user table and set the same password as the controlpass of the phpmyadmin config.

Restarted the mariadb server. Not yet solved, the message is still showing. Would appreciate if someone could help me here.
 
Try to reinstall phpmyadmin with the following steps:

  1. Remove the phpMyAdmin package:
    • on CentOS/RHEL-based distributions

      # rpm -e --nodeps psa-phpmyadmin

    • on Debian/Ubuntu-based distributions

      # dpkg -r --force-depends "psa-phpmyadmin"
  2. Run the Plesk Installer update command to install phpMyAdmin:

    # plesk installer update --repatch
 
Back
Top