What Should I Do If a Database Client Problem Causes a Connection Failure?
Check the following items to troubleshoot GaussDB(for MySQL) connection failures caused by a client problem:
- ECS security policy
In Windows, check whether the GaussDB(for MySQL) instance port is enabled in the Windows security policy. In Linux, run iptables to check whether the GaussDB(for MySQL) instance port is enabled in firewall settings.
- Application configuration
Check whether the connection address, port parameter configuration, and JDBC connection parameter configuration are correct.
- Username or password
Check whether the username or password is correct if an error similar to the following occurs during the database connection:
- [Warning] Access denied for user 'username'@'yourIp' (using password: NO)
- [Warning] Access denied for user 'username'@'yourIp' (using password: YES)
If the problem persists, contact post-sales technical support.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.