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.

질문됨 2년 전329회 조회
1개 답변
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
답변함 2년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠