MySQL Forums
Forum List  »  Newbie

Re: MYSQLDUMP on remote Ubuntu from Windows 10 now fails with Got error: 2059: "Authentication plugin 'caching_sha2_password' cannot be loaded:
Posted by: Peter Brawley
Date: June 22, 2021 10:01AM

Quote

mysqldump --defaults-group-suffix=_%host_source% --single-transaction --opt --max_allowed_packet=2048M -h %host_source% %db% > dump.sql

I don't see a -u or --user= spec in that cmd. You had it perhaps in the previous my.ini?

Does this ...

mysqldump -hexample_host.com -uUSR -pPWD test --no-data

... elicit the same error when you substitute in your username for USR and password for PWD?

Options: ReplyQuote


Subject
Written By
Posted
Re: MYSQLDUMP on remote Ubuntu from Windows 10 now fails with Got error: 2059: "Authentication plugin 'caching_sha2_password' cannot be loaded:
June 22, 2021 10:01AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.