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

Resolved Unable to export database. Error message: -- Connecting to localhost... mariadb-dump: Got error: 1045: "Access denied for user '<userx>'@'localhost'

maredzki

New Pleskian
Server operating system version
ubuntu 24.04.02
Plesk version and microupdate number
Plesk Obsidian 18.0.68 Update 2
I've migrated from Plesk on one server to Plesk to another (ubuntu 18 to ubuntu 24). I know there is a database upgrade that happened between those releases. All works, wordpress sites are accessible until I try to do any maintenance (upgrade wordpress or even create a backup).

If I try to do either one of those two, it throws this error:
Unable to export database. Error message: -- Connecting to localhost... mariadb-dump: Got error: 1045: "Access denied for user '<userx>'@'localhost' (using password: YES)" when trying to connect ...

Any ideas on how to fix this?

Thank you!
 
I was able to solve it.

Checked what was the password in the wp-config.php;
/** MySQL database password */
define( 'DB_PASSWORD', '<removed>' );

Copied that value and reset the password in WordPress extension -> WordPress instance -> Database tab -> Database user name and click on [change].
Paste the copied password value to Database user password textbox and save.
 
Back
Top