• Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
    Thank you in advance for your patience and understanding on the matter.

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