Got error: 1045

0

HELLO,

I opened this code

mysqldump -u root --databases bitnami_wordpress --single-transa ction --order-by-primary -p > dump.sql

Enter password: (cant write it) WHY?

  • Are you sure you can't input the password? It's common for passwords to be accepted through STDIN which keeps the password out of your history and which prevents you from seeing anything as you type it.

asked 2 years ago323 views
1 Answer
0

Hi, I can understand that you run a want to run code that requires a password and nothing appears when typing it . Please correct me if I misunderstood anything.

Please note that this is due to STIDN which prevents you from seeing the password as you type it. I can also understand from your re:Post subject that you are getting the authentication error : 1045. The error is usually caused by incorrect connection string, IAM authentication is disabled and many others. Kindly refer to the below link[1] for documentation on troubleshooting related authentication issues: I would aslo recommend you checking if you have entered the correct password, if you are not sure about the password, you may consider resetting it. I hope the above information is helpful.

[1] https://aws.amazon.com/premiumsupport/knowledge-center/rds-mysql-access-denied/

Winnie
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions