79751866

Date: 2025-08-31 15:54:52
Score: 0.5
Natty:
Report link

I came across similar kind of issue.
In my case the problem was in my command where I was providing the port after '-p' which is assigned for password. For, port '-P' should be in capital letter, not in small.

So, I replaced this command "mysql -h your-endpoint.rds.amazonaws.com -p your-port -u your-username -p" with "mysql -h your-endpoint.rds.amazonaws.com -P your-port -u your-username -p" and it worked fine. case sensitivity was the main issue.

Reasons:
  • Whitelisted phrase (-1): it worked
  • No code block (0.5):
  • Low reputation (1):
Posted by: tarequl hasan robin