• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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