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.

preguntada hace 2 años329 visualizaciones
1 Respuesta
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
respondido hace 2 años

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas