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.

gefragt vor 2 Jahren329 Aufrufe
1 Antwort
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
beantwortet vor 2 Jahren

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen