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.

demandé il y a 2 ans329 vues
1 réponse
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
répondu il y a 2 ans

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions