Tencent Cloud MySQL error code 1045 returns IP is not consistent with the actual

using navicat to connect the MySQL, password on Tencent Cloud returned an error code 1045, but the IP address of the returned information does not match the IP of our CVM.

1045-Access denied for user "root"@"222.128.163.89" (using password: YES)

where did this 222.128.163.89 IP come from?

May.22,2021

you should be connected to mysql, on the public network. This ip is your public network address
you should modify the login settings of the root user of mysql

Menu