forked from docs/doc-exports
Reviewed-by: gtema <artem.goncharov@gmail.com> Co-authored-by: Wang , Deng Ke <wangdengke2@huawei.com> Co-committed-by: Wang , Deng Ke <wangdengke2@huawei.com>
3.5 KiB
3.5 KiB
GaussDB(for MySQL)
- Error message: Access denied for user 'user_name'@'100.xxx.xx.xx' (using password: YES).
- Error cause: The username or password of the GaussDB(for MySQL) DB instance is incorrect.Solution: Check whether the username and password are correct. If you are not sure, log in to the GaussDB(for MySQL) console to view the username and reset the password.
If the username and password are correct, log in to the database using a client or CLI tool and run select * from mysql.user where user = 'user_name' to view the account. Make sure that the DAS CIDR block is within the CIDR block of the user. user_name @ % and user_name @100.% are two different users whose passwords and permissions are independent. Make sure to enter the password of user user_name @100.%.
- Error cause: The IP address of the DAS server is not in the whitelist of the login user.
- Error cause: The username or password of the GaussDB(for MySQL) DB instance is incorrect.
- Error message: Communications link failure The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
Error cause: The network between the DAS server and the GaussDB(for MySQL) DB instance is disconnected.
Solution: Contact technical support.
Parent topic: Connection Management (Development Tool)