Can't access MySQL RDS

0

I can connect to my MySQL RDS with the same user name and password for my windows server, but can't access it from my Amazon Linux 2023.

I ran "show processlist" on MySQL workbench, it showing the user from Amazon Linux 2023 "unauthenticated user" even I entered the same user name, password and host.

Enter image description here

RKing
已提问 8 个月前198 查看次数
1 回答
0

When a user connects to MySQL but has not yet sent their credentials, MySQL does not know the actual user's name yet. Until the user sends its login credentials, MySQL returns "unauthenticated user" in the running process's user column

It would be interesting if you tried again with and without TLS from the client in case it’s this. This could be the cause.

What error message do you get when trying to connect?

profile picture
专家
已回答 8 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则