What Should I Do If a Database Client Problem Causes a Connection Failure?
Identify an RDS connection failure caused by a client problem from the following aspects.
- ECS Security Policy
In Windows, check whether the RDS instance port is enabled in the Windows security policy. In Linux, run the iptables command to check whether the RDS DB instance port is enabled in firewall settings.
- Application Configuration
Check whether the connection address, port parameter configuration, and JDBC connection parameter configuration are correct.
- Incorrect User Name or Password
Check whether the user name or password is correct if an error similar to the following occurs during RDS DB connection:
- [Warning] Access denied for user 'username'@'yourIp' (using password: NO)
- [Warning] Access denied for user 'username'@'yourIp' (using password: YES)
- Login failed for user 'username'
If the problem persists, contact post-sales technical support.
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.