• 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.

Issue Backup Manager keep failing with mysqldump authentication errors

EdC

New Pleskian
Any backups initiated (manually or scheduled) through the Backup Manager are failing with authentication errors for mysqldump:

Warning: Database "xxxxxxxxx"
Unable to make database dump. Error: Failed to exec mysqldump: Exit code: 2: mysqldump: Got error: 1045: "Access denied for user 'root'@'localhost' (using password: YES)" when trying to connect

This happens for every single database on my server.

I don't have any ~/.my.* files. I don't have any passwords in /etc/my.cnf*. The 'root' user, in fact, is disabled and removed from the database entirely. 'plesk repair installation' doesn't resolve it, nor does 'plesk repair db.' I'm at a loss, as is my customers' data unless I take manual steps. :-/

Any thoughts on how to resolve this? Is there some buried configuration file or database entry Plesk is using that I can straighten out manually?
 
@IgorG thanks for the reply. I had checked most of those, and now have checked all of them. None of them have any rogue credentials stored in them.

Does it mean something that mysqldump is trying to use 'root'? Shouldn't it be using 'admin'?
 
Back
Top